vcpkg/ports/rttr/disable-unsupport-header.patch
Cheney Wang 98facc403c
[rttr] Update to latest commit for supporting c++20 (#29806)
* [rttr] Update to latest commit for support c++20

* Modify name of patch
2023-02-23 11:09:43 -08:00

14 lines
369 B
Diff

diff --git a/src/rttr/detail/misc/flat_map.h b/src/rttr/detail/misc/flat_map.h
index 767c97b..ba97cc7 100644
--- a/src/rttr/detail/misc/flat_map.h
+++ b/src/rttr/detail/misc/flat_map.h
@@ -36,7 +36,7 @@
#include <utility>
#include <functional>
#include <algorithm>
-#include <ciso646> // _LIBCPP_VERSION
+//#include <ciso646> // _LIBCPP_VERSION
namespace rttr
{