diff -r ce057bb09d0b -r 5fae379060a7 ossrv_pub/boost_apis/boost/lexical_cast.hpp --- a/ossrv_pub/boost_apis/boost/lexical_cast.hpp Fri Jun 04 16:20:51 2010 +0100 +++ b/ossrv_pub/boost_apis/boost/lexical_cast.hpp Fri Jun 11 15:26:22 2010 +0300 @@ -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)));