diff options
Diffstat (limited to 'boost/math/common_factor_ct.hpp')
-rw-r--r-- | boost/math/common_factor_ct.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/boost/math/common_factor_ct.hpp b/boost/math/common_factor_ct.hpp index 3ca0905945..2d0870e12a 100644 --- a/boost/math/common_factor_ct.hpp +++ b/boost/math/common_factor_ct.hpp @@ -5,12 +5,15 @@ // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org for updates, documentation, and revision history. #ifndef BOOST_MATH_COMMON_FACTOR_CT_HPP #define BOOST_MATH_COMMON_FACTOR_CT_HPP #include <boost/integer/common_factor_ct.hpp> +#include <boost/config/header_deprecated.hpp> + +BOOST_HEADER_DEPRECATED("<boost/integer/common_factor_ct.hpp>"); namespace boost { |