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

Update test_compile_test_and_run.cpp

This commit is contained in:
Christopher Kormanyos
2024-02-14 09:18:31 +01:00
committed by GitHub
parent 979a8d915c
commit 3e1ca6c1f7

View File

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