We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a20db commit c040704Copy full SHA for c040704
src/nonstd/optional.hpp
@@ -59,16 +59,6 @@
59
# define optional_COMPILER_GNUC_VERSION 0
60
#endif
61
62
-#if optional_BETWEEN(optional_COMPILER_MSVC_VERSION, 7, 14 )
63
-# pragma warning( push )
64
-# pragma warning( disable: 4345 ) // initialization behavior changed
65
-#endif
66
-
67
-#if optional_BETWEEN(optional_COMPILER_MSVC_VERSION, 7, 15 )
68
69
-# pragma warning( disable: 4814 ) // in C++14 'constexpr' will not imply 'const'
70
71
72
// Presence of C++11 language features:
73
74
#if optional_CPP11_OR_GREATER || optional_COMPILER_MSVC_VERSION >= 10
0 commit comments