|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61349 - in branches/release/libs/iostreams: . doc doc/tutorial
From: daniel_james_at_[hidden]
Date: 2010-04-18 06:02:19
Author: danieljames
Date: 2010-04-18 06:02:19 EDT (Sun, 18 Apr 2010)
New Revision: 61349
URL: http://svn.boost.org/trac/boost/changeset/61349
Log:
Merge iostreams link fixes.
Properties modified:
branches/release/libs/iostreams/ (props changed)
Text files modified:
branches/release/libs/iostreams/doc/faq.html | 2 +-
branches/release/libs/iostreams/doc/tutorial/container_source.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/libs/iostreams/doc/faq.html
==============================================================================
--- branches/release/libs/iostreams/doc/faq.html (original)
+++ branches/release/libs/iostreams/doc/faq.html 2010-04-18 06:02:19 EDT (Sun, 18 Apr 2010)
@@ -79,7 +79,7 @@
<P>
You can append to an STL sequence using a back_insert_device
, or the function boost::iostreams::back_inserter
. You can read from an STL sequence
- by adding an instance of boost::itertator_range
to a filtering_stream
or filtering_streambuf
.
+ by adding an instance of boost::itertator_range
to a filtering_stream
or filtering_streambuf
.
</P>
<P><I>See</I> Writing a container_source
and Writing a container_sink
.</P>
Modified: branches/release/libs/iostreams/doc/tutorial/container_source.html
==============================================================================
--- branches/release/libs/iostreams/doc/tutorial/container_source.html (original)
+++ branches/release/libs/iostreams/doc/tutorial/container_source.html 2010-04-18 06:02:19 EDT (Sun, 18 Apr 2010)
@@ -139,7 +139,7 @@
assert(input == output);
}</PRE>
-<P>Finally, I should mention that the Iostreams library provides an easier way to read from an STL container: instances of boost::iterator_range
can be added directly to filtering streams and stream buffers. So you could write:</P>
+<P>Finally, I should mention that the Iostreams library provides an easier way to read from an STL container: instances of boost::iterator_range
can be added directly to filtering streams and stream buffers. So you could write:</P>
<PRE CLASS="broken_ie"><SPAN CLASS='preprocessor'>#include</SPAN> <SPAN CLASS='literal'><cassert></SPAN>
<SPAN CLASS='preprocessor'>#include</SPAN> <SPAN CLASS='literal'><string></SPAN>
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