comparison.hpp 610 B

12345678910111213141516171819
  1. // comparison.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_COMPARISON_HPP
  6. #define BOOST_RATIO_MPL_COMPARISON_HPP
  7. #include <boost/ratio/mpl/equal_to.hpp>
  8. #include <boost/ratio/mpl/not_equal_to.hpp>
  9. #include <boost/ratio/mpl/less.hpp>
  10. #include <boost/ratio/mpl/less_equal.hpp>
  11. #include <boost/ratio/mpl/greater.hpp>
  12. #include <boost/ratio/mpl/greater_equal.hpp>
  13. #endif // BOOST_RATIO_MPL_COMPARISON_HPP