]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/throw_exception/test/throw_exception_no_integration_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / throw_exception / test / throw_exception_no_integration_test.cpp
index 6fa78f544c59bd71bf5cbd943b14224c09aa8c50..b2c499d914af3edc5e9837d6fb53dcb23599ff7d 100644 (file)
@@ -5,7 +5,11 @@
 
 #define BOOST_EXCEPTION_DISABLE
 #include <boost/throw_exception.hpp>
-#include <boost/detail/lightweight_test.hpp>
+#include <boost/core/lightweight_test.hpp>
+
+#if defined(_MSC_VER)
+# pragma warning(disable: 4702) // unreachable code
+#endif
 
 class my_exception: public std::exception { };