Repair yet another typo

This commit is contained in:
ckormanyos
2025-06-27 16:14:05 +02:00
parent e2a99d6b0d
commit 284547464d
2 changed files with 6 additions and 9 deletions
+5 -6
View File
@@ -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>
+1 -3
View File
@@ -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