Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-05-25 19:49:02


Author: turkanis
Date: 2008-05-25 19:49:01 EDT (Sun, 25 May 2008)
New Revision: 45755
URL: http://svn.boost.org/trac/boost/changeset/45755

Log:
fixed #1727
Text files modified:
   trunk/libs/iostreams/doc/classes/bzip2.html | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/iostreams/doc/classes/bzip2.html
==============================================================================
--- trunk/libs/iostreams/doc/classes/bzip2.html (original)
+++ trunk/libs/iostreams/doc/classes/bzip2.html 2008-05-25 19:49:01 EDT (Sun, 25 May 2008)
@@ -292,6 +292,7 @@
 int main()
 {
     <SPAN CLASS="keyword">using</SPAN> <SPAN CLASS="keyword">namespace</SPAN> std;
+ <SPAN CLASS="keyword">using</SPAN> <SPAN CLASS="keyword">namespace</SPAN> boost::iostreams;
 
     ifstream file(<SPAN CLASS="literal">"hello.bz2"</SPAN>, ios_base::in | ios_base::binary);
     filtering_streambuf&lt;input&gt; in;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk