mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-07-21 13:23:49 +00:00
Repair yet another typo
This commit is contained in:
@@ -6,13 +6,15 @@
|
||||
// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
|
||||
//
|
||||
|
||||
#define TEST_CPP_DEC_FLOAT
|
||||
#define TEST_CPP_DOUBLE_FLOAT
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define _SCL_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#include <test.hpp>
|
||||
|
||||
#include <boost/random/mersenne_twister.hpp>
|
||||
#include <boost/random/uniform_int.hpp>
|
||||
|
||||
#if !defined(TEST_MPF_50) && !defined(TEST_CPP_DEC_FLOAT) && !defined(TEST_MPFR_50) && !defined(TEST_MPFI_50) && !defined(TEST_FLOAT128) && !defined(TEST_CPP_DOUBLE_FLOAT)
|
||||
#define TEST_MPF_50
|
||||
#define TEST_CPP_DEC_FLOAT
|
||||
@@ -51,9 +53,6 @@
|
||||
#include <boost/multiprecision/cpp_double_fp.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/random/mersenne_twister.hpp>
|
||||
#include <boost/random/uniform_int.hpp>
|
||||
#include "test.hpp"
|
||||
#include <array>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
@@ -10,9 +10,7 @@
|
||||
|
||||
#if defined(TEST_CPP_DOUBLE_FLOAT)
|
||||
#include <boost/multiprecision/cpp_double_fp.hpp>
|
||||
|
||||
#include <type_traits>
|
||||
#endif // TEST_CPP_DOUBLE_FLOAT
|
||||
#endif
|
||||
|
||||
template <class UnknownNumericTestType>
|
||||
struct has_poor_exp_range_or_precision_support
|
||||
|
||||
Reference in New Issue
Block a user