$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
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;