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 59f0b99 commit 9864e39Copy full SHA for 9864e39
test/test_limits.cpp
@@ -16,7 +16,7 @@ int main()
16
#include <boost/decimal.hpp>
17
#include <boost/core/lightweight_test.hpp>
18
19
-#if defined(__cpp_consteval) && __cpp_consteval >= 201811L && !defined(BOOST_DECIMAL_NO_CONSTEVAL_DETECTION)
+#if defined(__cpp_consteval) && __cpp_consteval >= 201811L && !defined(BOOST_DECIMAL_NO_CONSTEVAL_DETECTION) && !defined(_MSC_VER)
20
21
#include <string_view>
22
0 commit comments