summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/index.xhtml2
1 files changed, 1 insertions, 1 deletions
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;
}