summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/math/test/float128/table_type.hpp
blob: 6560762db4cc8506b27b2b970017b04e267220d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
///////////////////////////////////////////////////////////////
//  Copyright 2012 John Maddock. Distributed under the Boost
//  Software License, Version 1.0. (See accompanying file
//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_

#ifndef BOOST_MP_TABLE_TYPE

#include <libs/math/test/table_type.hpp>

#define SC_(x) BOOST_FLOATMAX_C(x)

#endif