2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-27 17:12:22 +00:00

Continue repair simplifications

This commit is contained in:
Christopher Kormanyos
2024-02-14 18:38:32 +01:00
parent 600c26279b
commit 287edb3b4f

View File

@@ -7,15 +7,13 @@
#include <boost/core/lightweight_test.hpp>
#include <boost/cstdfloat.hpp>
#if (!defined(__CYGWIN__) && !defined(BOOST_MATH_NO_DISTRIBUTION_CONCEPT_TESTS))
#include "compile_test/instantiate.hpp"
#endif
namespace local
{
auto instantiate_runner() -> void
{
#if (defined(BOOST_FLOAT64_C) && !defined(__CYGWIN__) && !defined(BOOST_MATH_NO_DISTRIBUTION_CONCEPT_TESTS))
#if defined(BOOST_FLOAT64_C)
instantiate(static_cast<boost::float64_t>(BOOST_FLOAT64_C(1.23)));