X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fphoenix%2Ftest%2Fregression%2Fbug7624.cpp;h=f53c6bc5cb4d1f50f21c823e11cf68c36f8d24fd;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=fc86e5d339bc422334d49f75aa1ab7901fb64499;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/libs/phoenix/test/regression/bug7624.cpp b/ceph/src/boost/libs/phoenix/test/regression/bug7624.cpp index fc86e5d33..f53c6bc5c 100644 --- a/ceph/src/boost/libs/phoenix/test/regression/bug7624.cpp +++ b/ceph/src/boost/libs/phoenix/test/regression/bug7624.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include using namespace boost::phoenix::placeholders; using namespace boost::phoenix; @@ -27,4 +27,5 @@ int main() #endif BOOST_TEST(X == *Y); + return boost::report_errors(); }