summaryrefslogtreecommitdiff
path: root/boost/regex/v4/w32_regex_traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/regex/v4/w32_regex_traits.hpp')
-rw-r--r--boost/regex/v4/w32_regex_traits.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/regex/v4/w32_regex_traits.hpp b/boost/regex/v4/w32_regex_traits.hpp
index bf996d6119..378ee8565e 100644
--- a/boost/regex/v4/w32_regex_traits.hpp
+++ b/boost/regex/v4/w32_regex_traits.hpp
@@ -51,8 +51,10 @@
#ifdef BOOST_MSVC
#pragma warning(push)
#pragma warning(disable:4786)
+#if BOOST_MSVC < 1910
#pragma warning(disable:4800)
#endif
+#endif
namespace boost{