Skip to content

Commit dd02f22

Browse files
DOC: Fix a typo in the example test driver program in special_tut.qbk.
1 parent 242d36c commit dd02f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/background/special_tut.qbk

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

0 commit comments

Comments
 (0)