mpl_comparison_pass.cpp 326 B

12345678910111213
  1. //===----------------------------------------------------------------------===//
  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. #define BOOST_RATIO_EXTENSIONS
  6. #include <boost/ratio/mpl/comparison.hpp>
  7. void test()
  8. {
  9. }