We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25967a commit 7bd76d8Copy full SHA for 7bd76d8
1 file changed
test/extract.cpp
@@ -50,7 +50,7 @@ std::string const& extract_string_cref(object x)
50
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300
51
# pragma warning(push)
52
# pragma warning(disable:4172) // msvc lies about returning a reference to temporary
53
-#elif defined(_MSC_VER) && defined(__ICL) && __ICL <= 800
+#elif defined(_MSC_VER) && defined(__ICL) && __ICL <= 900
54
55
# pragma warning(disable:473) // intel/win32 does too
56
#endif
0 commit comments