early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/pangolin/fix-build-error-in-vs2019.patch
vendored
Executable file
13
externals/vcpkg/ports/pangolin/fix-build-error-in-vs2019.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/include/mpark/variant.hpp b/include/mpark/variant.hpp
|
||||
index fb2cf06..6debb99 100644
|
||||
--- a/include/mpark/variant.hpp
|
||||
+++ b/include/mpark/variant.hpp
|
||||
@@ -243,7 +243,7 @@ namespace std {
|
||||
#endif
|
||||
|
||||
#if defined(__cpp_constexpr) && __cpp_constexpr >= 201304
|
||||
-#define MPARK_CPP14_CONSTEXPR
|
||||
+//#define MPARK_CPP14_CONSTEXPR
|
||||
#endif
|
||||
|
||||
#if __has_feature(cxx_exceptions) || defined(__cpp_exceptions) || \
|
||||
Reference in New Issue
Block a user