mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Fix extra characters
This commit is contained in:
@@ -44,7 +44,7 @@ int main()
|
||||
test<long double>();
|
||||
#endif
|
||||
|
||||
#if defined(BOOST_MATH_TEST_FLOAT128) && !defined(BOOST_MATH_USING_BUILTIN_CONSTANT_P) &&
|
||||
#if defined(BOOST_MATH_TEST_FLOAT128) && !defined(BOOST_MATH_USING_BUILTIN_CONSTANT_P)
|
||||
test<boost::multiprecision::float128>();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user