]> git.lyx.org Git - features.git/blobdiff - boost/libs/regex/src/usinstances.cpp
boost: update to 1.42.0
[features.git] / boost / libs / regex / src / usinstances.cpp
index ca7b1dc94c4d50b8e7db9dbbc55d95c78899e15f..44ebd28dfb55e4a2c79060577cf38bdf4cdf7959 100755 (executable)
@@ -17,6 +17,9 @@
   */
 
 #define BOOST_REGEX_SOURCE
+#ifdef _MSC_VER
+#pragma warning(disable:4506) // 'no definition for inline function'
+#endif
 
 #include <boost/detail/workaround.hpp>
 #include <memory>