]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/exception/to_string.hpp
boost: update to 1.42.0
[lyx.git] / boost / boost / exception / to_string.hpp
index 5d88efa4676a007e3f30cae7fdd4b93ee440d3ff..59bf83d4c01bd43ba2dba8c11fbc25d0656006ea 100755 (executable)
@@ -5,6 +5,12 @@
 
 #ifndef UUID_7E48761AD92811DC9011477D56D89593
 #define UUID_7E48761AD92811DC9011477D56D89593
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#pragma GCC system_header
+#endif
+#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#pragma warning(push,1)
+#endif
 
 #include <boost/utility/enable_if.hpp>
 #include <boost/exception/detail/is_output_streamable.hpp>
@@ -71,4 +77,7 @@ boost
         }
     }
 
+#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#pragma warning(pop)
+#endif
 #endif