|
Boost-Commit : |
From: jefffaust_at_[hidden]
Date: 2007-06-03 23:31:29
Author: jefffaust
Date: 2007-06-03 23:31:29 EDT (Sun, 03 Jun 2007)
New Revision: 4431
URL: http://svn.boost.org/trac/boost/changeset/4431
Log:
fix for g++
Text files modified:
sandbox/explore/boost/explore/stream_container.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/explore/boost/explore/stream_container.hpp
==============================================================================
--- sandbox/explore/boost/explore/stream_container.hpp (original)
+++ sandbox/explore/boost/explore/stream_container.hpp 2007-06-03 23:31:29 EDT (Sun, 03 Jun 2007)
@@ -91,7 +91,7 @@
}
private:
- friend detail::depth_guard<Elem>;
+ friend struct detail::depth_guard<Elem>;
cont_typ m_separator;
cont_typ m_start;
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