Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-02-22 18:51:53


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

Log:
added link to pop()
Text files modified:
   branches/iostreams_dev/libs/iostreams/doc/functions/close.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/iostreams_dev/libs/iostreams/doc/functions/close.html
==============================================================================
--- branches/iostreams_dev/libs/iostreams/doc/functions/close.html (original)
+++ branches/iostreams_dev/libs/iostreams/doc/functions/close.html 2008-02-22 18:51:53 EST (Fri, 22 Feb 2008)
@@ -156,7 +156,7 @@
 <PRE CLASS="broken_ie"><SPAN CLASS="keyword">template</SPAN>&lt;<SPAN CLASS="keyword">typename</SPAN> T&gt;
 <SPAN CLASS="keyword">void</SPAN> <A CLASS="documented" HREF="#close_device">close</A>(T& t, std::ios_base::openmode which);</PRE>
 
-<P>If <CODE>t</CODE> is a filtering stream or stream buffer, <CODE>close</CODE> calls <CODE>pop</CODE>:</P>
+<P>If <CODE>t</CODE> is a filtering stream or stream buffer, <CODE>close</CODE> calls pop. The semantics depends on its category as follows:</P>
 
 <TABLE STYLE="margin-left:2em" BORDER=1 CELLPADDING=4>
     <TR><TH><CODE>category&lt;T&gt;::type</CODE></TH><TH>semantics</TH></TR>


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