]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex/config.hpp
Initialize BibTeXInfo modifier to zero, always.
[lyx.git] / boost / boost / regex / config.hpp
index 6b7db45dc02d94b463171ff8103325289708655a..e8cec5b7fad20e68affb8acda85b9ab3209969cb 100644 (file)
 #  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>