2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

DOC: Fix a typo in the example test driver program in special_tut.qbk.

This commit is contained in:
Warren Weckesser
2025-01-24 21:09:28 -05:00
parent 242d36c3c5
commit dd02f2278a

View File

@@ -373,7 +373,7 @@ Now we just need to write the test driver program, at it's most basic it looks s
std::cout << "<note>The long double tests have been disabled on this platform "
"either because the long double overloads of the usual math functions are "
"not available at all, or because they are too inaccurate for these tests "
"to pass.</note>" << std::cout;
"to pass.</note>" << std::endl;
#endif
}