From 77a340f2b352958cf48c1e5585368b065068c23d Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 22 Jun 2013 08:02:07 +0000 Subject: [PATCH] ErrorHandling.rst edited online with Bitbucket The was an extra bracket in the documentation. --- documentation/ErrorHandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ErrorHandling.rst b/documentation/ErrorHandling.rst index 88537a22..b9e8d32e 100644 --- a/documentation/ErrorHandling.rst +++ b/documentation/ErrorHandling.rst @@ -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.