mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
98facc403c
* [rttr] Update to latest commit for support c++20 * Modify name of patch
14 lines
369 B
Diff
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
|
|
{
|