diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-12-05 15:12:59 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-12-05 15:12:59 +0900 |
commit | b8cf34c691623e4ec329053cbbf68522a855882d (patch) | |
tree | 34da08632a99677f6b79ecb65e5b655a5b69a67f /boost/math/common_factor_rt.hpp | |
parent | 3fdc3e5ee96dca5b11d1694975a65200787eab86 (diff) | |
download | boost-b8cf34c691623e4ec329053cbbf68522a855882d.tar.gz boost-b8cf34c691623e4ec329053cbbf68522a855882d.tar.bz2 boost-b8cf34c691623e4ec329053cbbf68522a855882d.zip |
Imported Upstream version 1.67.0upstream/1.67.0
Diffstat (limited to 'boost/math/common_factor_rt.hpp')
-rw-r--r-- | boost/math/common_factor_rt.hpp | 5 |
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; - } } |