]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/example/special_data.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / example / special_data.cpp
index 2e101b409bffd1000762eb9d0c1fae0bd4a1100f..159be5809ab902b80b78a786152ad50b6f2b87fa 100644 (file)
@@ -6,6 +6,8 @@
 
 //[special_data_example
 
+#ifndef BOOST_MATH_STANDALONE
+
 #include <boost/multiprecision/cpp_dec_float.hpp>
 #include <boost/math/tools/test_data.hpp>
 #include <boost/test/included/prg_exec_monitor.hpp>
@@ -82,3 +84,5 @@ int cpp_main(int argc, char*argv [])
 }
 
 //]
+
+#endif // BOOST_MATH_STANDALONE