File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ std::string const& extract_string_cref(object x)
5151#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300
5252# pragma warning(push)
5353# pragma warning(disable:4172) // msvc lies about returning a reference to temporary
54- #elif defined(_MSC_VER) && defined(__ICL) && __ICL <= 700
54+ #elif defined(_MSC_VER) && defined(__ICL) && __ICL <= 800
5555# pragma warning(push)
5656# pragma warning(disable:473) // intel/win32 does too
5757#endif
5858
5959 return extract<std::string const &>(x);
6060
61- #if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 || defined(_MSC_VER) && defined(__ICL) && __ICL <= 700
61+ #if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 || defined(_MSC_VER) && defined(__ICL) && __ICL <= 800
6262# pragma warning(pop)
6363#endif
6464}
You can’t perform that action at this time.
0 commit comments