diff -r a16d1cd191f6 -r 4b03adbd26ca ossrv_pub/boost_apis/boost/lexical_cast.hpp --- a/ossrv_pub/boost_apis/boost/lexical_cast.hpp Tue Jul 13 17:32:46 2010 +0100 +++ b/ossrv_pub/boost_apis/boost/lexical_cast.hpp Thu Jul 22 16:48:56 2010 +0100 @@ -217,7 +217,7 @@ typedef typename detail::array_to_pointer_decay::type NewSource; detail::lexical_stream interpreter; - Target result = 0; + Target result ; if(!(interpreter << arg && interpreter >> result)) throw_exception(bad_lexical_cast(typeid(NewSource), typeid(Target)));