Skip to content

Commit 7bd76d8

Browse files
author
Stefan Slapeta
committed
Intel 9 workaround
[SVN r27517]
1 parent c25967a commit 7bd76d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extract.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ std::string const& extract_string_cref(object x)
5050
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300
5151
# pragma warning(push)
5252
# pragma warning(disable:4172) // msvc lies about returning a reference to temporary
53-
#elif defined(_MSC_VER) && defined(__ICL) && __ICL <= 800
53+
#elif defined(_MSC_VER) && defined(__ICL) && __ICL <= 900
5454
# pragma warning(push)
5555
# pragma warning(disable:473) // intel/win32 does too
5656
#endif

0 commit comments

Comments
 (0)