]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/compile_test/cstdfloat_concept_check_3.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / compile_test / cstdfloat_concept_check_3.cpp
index 6d2781b64133cd0b537f9762829bd71f8f2c545d..c09ca0f5ffdd875d927b42d214092b9683568562 100644 (file)
@@ -3,12 +3,12 @@
 //  Boost Software License, Version 1.0. (See accompanying file
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
+#ifndef BOOST_MATH_STANDALONE
+
 #define BOOST_MATH_ASSERT_UNDEFINED_POLICY false
 
 #include <boost/cstdfloat.hpp>
 #include "poison.hpp"
-#include <boost/math/concepts/distributions.hpp>
-
 #include "instantiate.hpp"
 
 
@@ -24,3 +24,6 @@ int main(int
 #endif
 }
 
+#else
+int main(void) { return 0; }
+#endif