summaryrefslogtreecommitdiff
path: root/boost/math/common_factor_rt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/common_factor_rt.hpp')
-rw-r--r--boost/math/common_factor_rt.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/boost/math/common_factor_rt.hpp b/boost/math/common_factor_rt.hpp
index 42d9edfc04..c1f60aca15 100644
--- a/boost/math/common_factor_rt.hpp
+++ b/boost/math/common_factor_rt.hpp
@@ -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;
-
}
}