]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/common_factor_rt.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / math / common_factor_rt.hpp
index c1f60aca157f7dc20a10ca586295bcf5b9b88579..6cc425437b693b21c1be88a168e0e73989b9321d 100644 (file)
@@ -7,10 +7,11 @@
 #ifndef BOOST_MATH_COMMON_FACTOR_RT_HPP
 #define BOOST_MATH_COMMON_FACTOR_RT_HPP
 
+#ifndef BOOST_MATH_STANDALONE
 #include <boost/integer/common_factor_rt.hpp>
-#include <boost/config/header_deprecated.hpp>
+#include <boost/math/tools/header_deprecated.hpp>
 
-BOOST_HEADER_DEPRECATED("<boost/integer/common_factor_rt.hpp>");
+BOOST_MATH_HEADER_DEPRECATED("<boost/integer/common_factor_rt.hpp>");
 
 namespace boost {
    namespace math {
@@ -22,5 +23,8 @@ namespace boost {
       using boost::integer::lcm_evaluator;
    }
 }
+#else
+#error Common factor is not available in standalone mode because it requires boost.integer.
+#endif // BOOST_MATH_STANDALONE
 
 #endif  // BOOST_MATH_COMMON_FACTOR_RT_HPP