mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Change __BORLANDC__ to BOOST_BORLANDC and __CODEGEARC__ to BOOST_CODEGEARC, which is defined in Boost config for the Embarcadero non-clang-based compilers. (#345)
This commit is contained in:
@@ -725,7 +725,7 @@ BOOST_AUTO_TEST_CASE( test_main )
|
||||
test_spots(0.0); // Test double. OK at decdigits 7, tolerance = 1e07 %
|
||||
#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
|
||||
test_spots(0.0L); // Test long double.
|
||||
#if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x0582))
|
||||
#if !BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x0582))
|
||||
test_spots(boost::math::concepts::real_concept(0.)); // Test real concept.
|
||||
#endif
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user