|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64059 - in trunk/libs/iostreams/doc: . tutorial
From: daniel_james_at_[hidden]
Date: 2010-07-15 16:03:13
Author: danieljames
Date: 2010-07-15 16:03:11 EDT (Thu, 15 Jul 2010)
New Revision: 64059
URL: http://svn.boost.org/trac/boost/changeset/64059
Log:
Fix a couple of links to range from iostreams.
Text files modified:
trunk/libs/iostreams/doc/faq.html | 2 +-
trunk/libs/iostreams/doc/tutorial/container_source.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/iostreams/doc/faq.html
==============================================================================
--- trunk/libs/iostreams/doc/faq.html (original)
+++ trunk/libs/iostreams/doc/faq.html 2010-07-15 16:03:11 EDT (Thu, 15 Jul 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: trunk/libs/iostreams/doc/tutorial/container_source.html
==============================================================================
--- trunk/libs/iostreams/doc/tutorial/container_source.html (original)
+++ trunk/libs/iostreams/doc/tutorial/container_source.html 2010-07-15 16:03:11 EDT (Thu, 15 Jul 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