$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2008-02-22 18:54:04
Author: turkanis
Date: 2008-02-22 18:54:04 EST (Fri, 22 Feb 2008)
New Revision: 43387
URL: http://svn.boost.org/trac/boost/changeset/43387
Log:
added slice()
Text files modified: 
   branches/iostreams_dev/libs/iostreams/doc/quick_reference.html |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/iostreams_dev/libs/iostreams/doc/quick_reference.html
==============================================================================
--- branches/iostreams_dev/libs/iostreams/doc/quick_reference.html	(original)
+++ branches/iostreams_dev/libs/iostreams/doc/quick_reference.html	2008-02-22 18:54:04 EST (Fri, 22 Feb 2008)
@@ -358,9 +358,9 @@
     </TD>
 </TR>
 <TR>
-    <TD>restrict</TD>
+    <TD>restrict<BR>slice</TD>
     <TD>restriction</TD>
-    <TD>restrict.hpp</TD>
+    <TD>restrict.hpp<BR>slice.hpp</TD>
     <TD>
         Takes a Filter or Device together with a stream offset and an optional length and yields a Filter or Device for accessing the specifed subquence of the given component
     </TD>