]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/phoenix/test/regression/bug7624.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / phoenix / test / regression / bug7624.cpp
index fc86e5d339bc422334d49f75aa1ab7901fb64499..f53c6bc5cb4d1f50f21c823e11cf68c36f8d24fd 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <boost/phoenix.hpp>
 #include <boost/range/as_literal.hpp>
-#include <boost/detail/lightweight_test.hpp>
+#include <boost/core/lightweight_test.hpp>
 
 using namespace boost::phoenix::placeholders;
 using namespace boost::phoenix;
@@ -27,4 +27,5 @@ int main()
 #endif
     BOOST_TEST(X == *Y);
 
+    return boost::report_errors();
 }