2
0
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:
Matt Borland
2023-04-03 14:25:08 +02:00
parent 1de39c69ef
commit dc676d54f9

View File

@@ -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