|
Boost-Commit : |
From: technews_at_[hidden]
Date: 2008-01-04 20:49:48
Author: turkanis
Date: 2008-01-04 20:49:47 EST (Fri, 04 Jan 2008)
New Revision: 42467
URL: http://svn.boost.org/trac/boost/changeset/42467
Log:
fixed comments
Text files modified:
branches/iostreams_dev/boost/iostreams/invert.hpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Modified: branches/iostreams_dev/boost/iostreams/invert.hpp
==============================================================================
--- branches/iostreams_dev/boost/iostreams/invert.hpp (original)
+++ branches/iostreams_dev/boost/iostreams/invert.hpp 2008-01-04 20:49:47 EST (Fri, 04 Jan 2008)
@@ -36,8 +36,9 @@
//
// Template name: inverse.
// Template paramters:
-// Filter - A filter adapter which
-// Description: Returns an instance of an appropriate specialization of inverse.
+// Filter - A model of InputFilter or OutputFilter.
+// Description: Generates an InputFilter from an OutputFilter or
+// vice versa.
//
template<typename Filter>
class inverse {
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