Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2007-12-29 01:37:58


Author: turkanis
Date: 2007-12-29 01:37:57 EST (Sat, 29 Dec 2007)
New Revision: 42328
URL: http://svn.boost.org/trac/boost/changeset/42328

Log:
s/struct/class/
Text files modified:
   branches/iostreams_dev/boost/iostreams/detail/streambuf/linked_streambuf.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/iostreams_dev/boost/iostreams/detail/streambuf/linked_streambuf.hpp
==============================================================================
--- branches/iostreams_dev/boost/iostreams/detail/streambuf/linked_streambuf.hpp (original)
+++ branches/iostreams_dev/boost/iostreams/detail/streambuf/linked_streambuf.hpp 2007-12-29 01:37:57 EST (Sat, 29 Dec 2007)
@@ -61,7 +61,7 @@
     template<typename Chain, typename Mode, typename Access>
     friend class chainbuf;
     template<typename U>
- friend struct member_close_operation;
+ friend class member_close_operation;
 #else
     public:
         typedef BOOST_IOSTREAMS_BASIC_STREAMBUF(Ch, Tr) base;


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