mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
8db63fc115
* [pangolin] Update to 0.6 * Update version files * Format manifest * Revert to CRLF in original patches * Update versions/p-/pangolin.json * Support osx and add features * Remove extra space line * Update versions/p-/pangolin.json * Remove unused options * Update versions/p-/pangolin.json * Add MAYBE_UNUSED_VARIABLES * Update versions/p-/pangolin.json
14 lines
409 B
Diff
14 lines
409 B
Diff
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) || \
|