]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/compile_test/std_real_concept_check.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / compile_test / std_real_concept_check.cpp
index 20638e37553c6ebd86041f518e0ebc5335dff9a4..f7d7063524cb0d11fc3ffc889c7c285132a59c40 100644 (file)
@@ -5,6 +5,10 @@
 
 #define BOOST_MATH_ASSERT_UNDEFINED_POLICY false
 
+#include <boost/math/tools/config.hpp>
+
+#ifndef BOOST_MATH_STANDALONE
+
 #include "poison.hpp"
 
 #include <boost/math/concepts/std_real_concept.hpp>
@@ -195,8 +199,6 @@ struct numeric_limits<boost::math::concepts::std_real_concept>
 }
 #endif
 
-
-
 int main(int argc, char*[])
 {
 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
@@ -205,3 +207,9 @@ int main(int argc, char*[])
 #endif
 }
 
+#else // Standalone mode
+
+int main(void) {}
+
+#endif
+