]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/compile_test/tr1_incl_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / compile_test / tr1_incl_test.cpp
index 43baafbecae237b2fdeab61c19ae65d984fe89fd..c349aa043f6dfd65729160348573fd827f2e3ac4 100644 (file)
@@ -6,6 +6,7 @@
 // Basic sanity check that header <boost/math/tr1.hpp>
 // #includes all the files that it needs to.
 //
+#ifndef BOOST_MATH_STANDALONE
 #include <boost/math/tr1.hpp>
 //
 // Note this header includes no other headers, this is
@@ -364,3 +365,4 @@ void compile_and_link_test()
    check_result<double>(boost::math::tr1::trunc(i));
 
 }
+#endif