From 287edb3b4fa48204cfe21b8517f9ada2abc883e4 Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Wed, 14 Feb 2024 18:38:32 +0100 Subject: [PATCH] Continue repair simplifications --- test/test_compile_test_and_run.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/test_compile_test_and_run.cpp b/test/test_compile_test_and_run.cpp index 27cb3c239..e698b8c74 100644 --- a/test/test_compile_test_and_run.cpp +++ b/test/test_compile_test_and_run.cpp @@ -7,15 +7,13 @@ #include #include -#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_C(1.23)));