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:
@@ -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)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user