Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67104 - sandbox/configurator/boost/configurator/detail
From: for.dshevchenko_at_[hidden]
Date: 2010-12-08 12:16:27


Author: dshevchenko
Date: 2010-12-08 12:16:25 EST (Wed, 08 Dec 2010)
New Revision: 67104
URL: http://svn.boost.org/trac/boost/changeset/67104

Log:
1.0pre correct

Text files modified:
   sandbox/configurator/boost/configurator/detail/option.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/configurator/boost/configurator/detail/option.hpp
==============================================================================
--- sandbox/configurator/boost/configurator/detail/option.hpp (original)
+++ sandbox/configurator/boost/configurator/detail/option.hpp 2010-12-08 12:16:25 EST (Wed, 08 Dec 2010)
@@ -68,7 +68,7 @@
     template< typename Value >
     option& set_default_value( const Value& _value ) {
         check_option_necessity();
- value = cast< std::string >( _value );
+ value = cast< Value, std::string >( _value );
         default_value.assign( value.begin(), value.end() );
         return *this;
     }


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