]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/regex/v4/basic_regex_creator.hpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / boost / regex / v4 / basic_regex_creator.hpp
index 623e06f1622c2255ccb40117e25d8cae94303cad..7c00652739c0f4eed1f4cd63928cdfd44bea0131 100644 (file)
@@ -33,7 +33,9 @@
 
 #ifdef BOOST_MSVC
 #  pragma warning(push)
-#  pragma warning(disable: 4800)
+#if BOOST_MSVC < 1910
+#pragma warning(disable:4800)
+#endif
 #endif
 
 namespace boost{