12345678910111213141516171819 |
- #ifndef BOOST_MATH_COMMON_FACTOR_HPP
- #define BOOST_MATH_COMMON_FACTOR_HPP
- #include <boost/math/common_factor_ct.hpp>
- #include <boost/math/common_factor_rt.hpp>
- BOOST_HEADER_DEPRECATED("<boost/integer/common_factor.hpp>");
- #endif
|