From: jared_at_[hidden]
Date: 2007-05-26 11:19:24


Author: jared
Date: 2007-05-26 11:19:23 EDT (Sat, 26 May 2007)
New Revision: 4278
URL: http://svn.boost.org/trac/boost/changeset/4278

Log:
Fix for gcc.

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 11:19:23 EDT (Sat, 26 May 2007)
@@ -19,7 +19,7 @@
 {
     // forward declaration for deletion callback
     template<typename T>
- T* get_stream_state(std::ios_base& stream, bool create);
+ T* get_stream_state(std::ios_base& stream, bool create = true);
 
     namespace detail
     {