• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
6 #define BOOST_RATIO_EXTENSIONS
7 
8 #include <boost/ratio/mpl/arithmetic.hpp>
9 
test()10 void test()
11 {
12 
13 }
14