$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jefffaust_at_[hidden]
Date: 2007-05-26 14:09:05
Author: jefffaust
Date: 2007-05-26 14:09:03 EDT (Sat, 26 May 2007)
New Revision: 4282
URL: http://svn.boost.org/trac/boost/changeset/4282
Log:
Fix again to hopefully satisfy both GCC and VC8...
Text files modified: 
   sandbox/explore/boost/explore/stream_state.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/explore/boost/explore/stream_state.hpp
==============================================================================
--- sandbox/explore/boost/explore/stream_state.hpp	(original)
+++ sandbox/explore/boost/explore/stream_state.hpp	2007-05-26 14:09:03 EDT (Sat, 26 May 2007)
@@ -49,7 +49,7 @@
     // already exist, it will return 0.
     // T: the user-defined state class.  Must be default constructible.
     template<typename T>
-    T* get_stream_state(std::ios_base& stream, bool create = true)
+    T* get_stream_state(std::ios_base& stream, bool create)
     {
         // grab reserved index
         int index = detail::get_stream_state_index<T>(stream);