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