]> git.lyx.org Git - features.git/blobdiff - boost/boost/exception/current_exception_cast.hpp
boost: update to 1.42.0
[features.git] / boost / boost / exception / current_exception_cast.hpp
index 228b6ea10ec45f2c0d61e401cacdb7f7e2ed66ce..af2f15311300795128bb672a0f9f8dd7a6402e2b 100644 (file)
@@ -5,6 +5,12 @@
 
 #ifndef UUID_7E83C166200811DE885E826156D89593
 #define UUID_7E83C166200811DE885E826156D89593
+#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
 
 namespace
 boost
@@ -31,4 +37,7 @@ boost
         }
     }
 
+#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#pragma warning(pop)
+#endif
 #endif