table_type.hpp 362 B

12345678910111213
  1. ///////////////////////////////////////////////////////////////
  2. // Copyright 2012 John Maddock. Distributed under the Boost
  3. // Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_
  5. #ifndef BOOST_MP_TABLE_TYPE
  6. #include <libs/math/test/table_type.hpp>
  7. #define SC_(x) BOOST_FLOATMAX_C(x)
  8. #endif