mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-07-21 13:23:49 +00:00
Repair minor defects in CI
This commit is contained in:
@@ -8,10 +8,8 @@
|
||||
// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
|
||||
// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
|
||||
|
||||
#define TEST_CPP_DOUBLE_FLOAT
|
||||
|
||||
#include "./setup.hpp"
|
||||
#include "./table_type.hpp"
|
||||
#include "setup.hpp"
|
||||
#include "table_type.hpp"
|
||||
|
||||
#include <boost/math/special_functions/math_fwd.hpp>
|
||||
#include "test_bessel_j.hpp"
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
|
||||
// Some parts of this test file have been taken from the Boost.Decimal project.
|
||||
|
||||
#define TEST_CPP_BIN_FLOAT
|
||||
#define TEST_CPP_DEC_FLOAT
|
||||
#if !defined(TEST_CPP_DOUBLE_FLOAT)
|
||||
#define TEST_CPP_DOUBLE_FLOAT
|
||||
#endif
|
||||
|
||||
#include <boost/multiprecision/cpp_bin_float.hpp>
|
||||
#include <boost/multiprecision/cpp_dec_float.hpp>
|
||||
|
||||
Reference in New Issue
Block a user