common_factor.hpp 845 B

1234567891011121314151617181920212223
  1. // Boost common_factor.hpp header file -------------------------------------//
  2. // (C) Copyright Daryle Walker 2001-2002.
  3. // Distributed under the Boost Software License, Version 1.0. (See
  4. // accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. // See http://www.boost.org for updates, documentation, and revision history.
  7. #ifndef BOOST_MATH_COMMON_FACTOR_HPP
  8. #define BOOST_MATH_COMMON_FACTOR_HPP
  9. #ifndef BOOST_MATH_STANDALONE
  10. #include <boost/math/common_factor_ct.hpp>
  11. #include <boost/math/common_factor_rt.hpp>
  12. #include <boost/math/tools/header_deprecated.hpp>
  13. BOOST_MATH_HEADER_DEPRECATED("<boost/integer/common_factor.hpp>");
  14. #else
  15. #error Common factor is not available in standalone mode because it requires boost.integer.
  16. #endif // BOOST_MATH_STANDALONE
  17. #endif // BOOST_MATH_COMMON_FACTOR_HPP