|
Boost-Commit : |
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);
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