summaryrefslogtreecommitdiff
path: root/boost/regex/v4/match_results.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/regex/v4/match_results.hpp')
-rw-r--r--boost/regex/v4/match_results.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/boost/regex/v4/match_results.hpp b/boost/regex/v4/match_results.hpp
index ca9898f4c4..63e5117592 100644
--- a/boost/regex/v4/match_results.hpp
+++ b/boost/regex/v4/match_results.hpp
@@ -33,7 +33,10 @@
namespace boost{
#ifdef BOOST_MSVC
#pragma warning(push)
-#pragma warning(disable : 4251 4231 4660)
+#pragma warning(disable : 4251 4231)
+# if BOOST_MSVC < 1600
+# pragma warning(disable : 4660)
+# endif
#endif
namespace re_detail{