Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-02-22 18:52:38


Author: turkanis
Date: 2008-02-22 18:52:38 EST (Fri, 22 Feb 2008)
New Revision: 43384
URL: http://svn.boost.org/trac/boost/changeset/43384

Log:
added reference to alias slice(); fixed old copy/paste error
Text files modified:
   branches/iostreams_dev/libs/iostreams/doc/functions/restrict.html | 6 +++++-
   1 files changed, 5 insertions(+), 1 deletions(-)

Modified: branches/iostreams_dev/libs/iostreams/doc/functions/restrict.html
==============================================================================
--- branches/iostreams_dev/libs/iostreams/doc/functions/restrict.html (original)
+++ branches/iostreams_dev/libs/iostreams/doc/functions/restrict.html 2008-02-22 18:52:38 EST (Fri, 22 Feb 2008)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <HTML>
 <HEAD>
- <TITLE>Class Template chain</TITLE>
+ <TITLE>Function Template restrict</TITLE>
     <LINK REL="stylesheet" HREF="../../../../boost.css">
     <LINK REL="stylesheet" HREF="../theme/iostreams.css">
 </HEAD>
@@ -33,6 +33,10 @@
     The <A HREF='../guide/modes.html'>mode</A> of a <CODE>resriction</CODE> is the same as that of the underlying component. A <CODE>resriction</CODE> is <A HREF='../concepts/closable.html'>Closable</A>, <A HREF='../concepts/flushable.html'>Flushable</A>, <A HREF='../concepts/localizable.html'>Localizable</A> and <A HREF='../concepts/optimally_buffered.html'>OptimallyBuffered</A>.
 </P>
 
+<P>
+ The function template slice is available as an alias of <code>restrict</code>, for platforms that treat <code>restrict</code> as a keyword.
+</P>
+
 <A NAME="headers"></A>
 <H2>Headers</H2>
 


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