]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/pool/test/test_bug_3349.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / pool / test / test_bug_3349.cpp
index bba72f96e2fd77f77cdfeaa69e689387d91c0f67..57269d0f8f9036ce15e170cf335820512b931451 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <boost/pool/pool.hpp>
 
-#include <boost/detail/lightweight_test.hpp>
+#include <boost/core/lightweight_test.hpp>
 
 int main()
 {
@@ -23,4 +23,5 @@ int main()
     p.ordered_free( pBlock1 );
 
     BOOST_TEST(p.release_memory());
+    return boost::report_errors();
 }