]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/compile_test/cstdfloat_concept_check_4.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / compile_test / cstdfloat_concept_check_4.cpp
index 1844988945f9c530fed588b3dcbefcd16ab724ff..a17bbdc5a1240411a2a2008c3c28e90f44250913 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