|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61234 - in trunk/libs: iostreams/doc iostreams/doc/tutorial spirit/doc
From: daniel_james_at_[hidden]
Date: 2010-04-12 18:38:30
Author: danieljames
Date: 2010-04-12 18:38:29 EDT (Mon, 12 Apr 2010)
New Revision: 61234
URL: http://svn.boost.org/trac/boost/changeset/61234
Log:
Update link to range reference documentation.
Text files modified:
trunk/libs/iostreams/doc/faq.html | 2 +-
trunk/libs/iostreams/doc/tutorial/container_source.html | 2 +-
trunk/libs/spirit/doc/spirit2.qbk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/libs/iostreams/doc/faq.html
==============================================================================
--- trunk/libs/iostreams/doc/faq.html (original)
+++ trunk/libs/iostreams/doc/faq.html 2010-04-12 18:38:29 EDT (Mon, 12 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: 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-04-12 18:38:29 EDT (Mon, 12 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>
Modified: trunk/libs/spirit/doc/spirit2.qbk
==============================================================================
--- trunk/libs/spirit/doc/spirit2.qbk (original)
+++ trunk/libs/spirit/doc/spirit2.qbk 2010-04-12 18:38:29 EDT (Mon, 12 Apr 2010)
@@ -53,7 +53,7 @@
[def __ragel__ [@http://www.cs.queensu.ca/~thurston/ragel/ Ragel]]
[def __boost_variant__ [@http://www.boost.org/doc/html/variant.html Boost.Variant]]
-[def __boost_iterator_range__ [@boost:/libs/range/doc/utility_class.html#iter_range `boost::iterator_range`]]
+[def __boost_iterator_range__ [@boost:/libs/range/doc/html/range/utilities/iterator_range.html `boost::iterator_range`]]
[def __boost_bind__ [@boost:/libs/bind/index.html Boost.Bind]]
[def __boost_lambda__ [@boost:/libs/lambda/index.html Boost.Lambda]]
[def __boost_tuples__ [@boost:/libs/tuple/index.html Boost.Tuples]]
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