ErrorHandling.rst edited online with Bitbucket

The was an extra bracket in the documentation.
This commit is contained in:
David Williams
2013-06-22 08:02:07 +00:00
parent 6781462b59
commit 77a340f2b3

View File

@ -41,7 +41,7 @@ Or you could direct it to std::cout with:
.. sourcecode :: c++
setTraceStream(&(std::cout)));
setTraceStream(&(std::cout));
Note that by default the fatal, error and warning streams go to std::cerr, the info stream goes to std:cout, and the debug and trace streams are suppressed.