Imported Upstream version 1.51.0
[platform/upstream/boost.git] / libs / math / test / real_concept_test_instances.cpp
1 // Copyright John Maddock 2011.
2 //  Use, modification and distribution are subject to the
3 //  Boost Software License, Version 1.0. (See accompanying file
4 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 #include "pch.hpp"
7
8 #ifndef BOOST_BUILD_PCH_ENABLED
9 #define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
10 #include <boost/math/special_functions.hpp>
11 #endif
12
13 #include <boost/math/tools/config.hpp>
14 #include <boost/math/concepts/real_concept.hpp>
15
16 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
17
18 #define BOOST_MATH_TEST_TYPE boost::math::concepts::real_concept
19 #include "test_instances.hpp"
20
21 #endif