Skip to content

Commit

Permalink
Continue repair simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Feb 14, 2024
1 parent 600c262 commit 287edb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_compile_test_and_run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)));

Expand Down

0 comments on commit 287edb3

Please sign in to comment.