]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/common_factor_rt.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / math / common_factor_rt.hpp
index 42d9edfc04bfb86c41d4d8d3a6d352d1aaec1516..c1f60aca157f7dc20a10ca586295bcf5b9b88579 100644 (file)
@@ -8,17 +8,18 @@
 #define BOOST_MATH_COMMON_FACTOR_RT_HPP
 
 #include <boost/integer/common_factor_rt.hpp>
+#include <boost/config/header_deprecated.hpp>
+
+BOOST_HEADER_DEPRECATED("<boost/integer/common_factor_rt.hpp>");
 
 namespace boost {
    namespace math {
-
       using boost::integer::gcd;
       using boost::integer::lcm;
       using boost::integer::gcd_range;
       using boost::integer::lcm_range;
       using boost::integer::gcd_evaluator;
       using boost::integer::lcm_evaluator;
-
    }
 }