$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-04-19 13:07:33
Author: danieljames
Date: 2008-04-19 13:07:33 EDT (Sat, 19 Apr 2008)
New Revision: 44599
URL: http://svn.boost.org/trac/boost/changeset/44599
Log:
Fix a typo in the format library. Refs #1801
Text files modified:
branches/doc/libs/format/doc/format.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/doc/libs/format/doc/format.html
==============================================================================
--- branches/doc/libs/format/doc/format.html (original)
+++ branches/doc/libs/format/doc/format.html 2008-04-19 13:07:33 EDT (Sat, 19 Apr 2008)
@@ -79,7 +79,7 @@
<blockquote>
<pre>
-cout << format("%2% %1%") % 36 % 77 )
+cout << format("%2% %1%") % 36 % 77;
</pre>
</blockquote>or later on, as in