From 747688f742d137a1260ec5aa1595b97e113a7f45 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 30 Oct 2009 11:27:19 +0200 Subject: Documentation fixes --- doc/guide/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guide/index.xhtml b/doc/guide/index.xhtml index f565eaa..24d76fa 100644 --- a/doc/guide/index.xhtml +++ b/doc/guide/index.xhtml @@ -581,7 +581,7 @@ namespace cli inline std::ostream& operator<< (std::ostream& os, const exception& e) { - os << e; + e.print (os); return os; } -- cgit v1.1