summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-30 11:27:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-30 11:27:19 +0200
commit747688f742d137a1260ec5aa1595b97e113a7f45 (patch)
treeb5437caf7704bd183f1582554e9f10dfdefb3a31 /doc
parent65f6f67ce1d1f012f98e2e68f380640d834d6466 (diff)
Documentation fixes
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&amp;
operator&lt;&lt; (std::ostream&amp; os, const exception&amp; e)
{
- os &lt;&lt; e;
+ e.print (os);
return os;
}