]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/math/test/test_instances/real_concept_test_instances_9.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_instances / real_concept_test_instances_9.cpp
CommitLineData
7c673cae
FG
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/expint.hpp>
11#include <boost/math/special_functions/zeta.hpp>
12#endif
13
14#include <boost/math/tools/config.hpp>
15#include <boost/math/concepts/real_concept.hpp>
16
1e59de90 17#if !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS) && !defined(BOOST_MATH_NO_REAL_CONCEPT_TESTS)
7c673cae
FG
18
19#define BOOST_MATH_TEST_TYPE boost::math::concepts::real_concept
20#define TEST_GROUP_9
21#include "test_instances.hpp"
22
23#endif