rational_constant.hpp 542 B

123456789101112131415
  1. // rational_constant.hpp ---------------------------------------------------------------//
  2. // Copyright 2011 Vicente J. Botet Escriba
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // See http://www.boost.org/LICENSE_1_0.txt
  5. #ifndef BOOST_RATIO_MPL_RATIONAL_CONSTANT_HPP
  6. #define BOOST_RATIO_MPL_RATIONAL_CONSTANT_HPP
  7. #include <boost/ratio/mpl/rational_c_tag.hpp>
  8. #include <boost/ratio/mpl/numeric_cast.hpp>
  9. #include <boost/ratio/mpl/arithmetic.hpp>
  10. #include <boost/ratio/mpl/comparison.hpp>
  11. #endif // BOOST_RATIO_HPP