summaryrefslogtreecommitdiff
path: root/boost/regex/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/regex/config.hpp')
-rw-r--r--boost/regex/config.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/boost/regex/config.hpp b/boost/regex/config.hpp
index 6b7db45dc0..e8cec5b7fa 100644
--- a/boost/regex/config.hpp
+++ b/boost/regex/config.hpp
@@ -170,7 +170,10 @@
# define BOOST_REGEX_HAS_OTHER_WCHAR_T
# 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
# if defined(_DLL) && defined(BOOST_MSVC) && (BOOST_MSVC < 1600)
# include <string>