diff -r 47c74d1534e1 -r ddc455616bd6 ossrv_pub/boost_apis/boost/lexical_cast.hpp --- a/ossrv_pub/boost_apis/boost/lexical_cast.hpp Fri Apr 16 16:46:38 2010 +0300 +++ b/ossrv_pub/boost_apis/boost/lexical_cast.hpp Mon May 03 14:06:43 2010 +0300 @@ -217,7 +217,7 @@ typedef typename detail::array_to_pointer_decay::type NewSource; detail::lexical_stream interpreter; - Target result; + Target result = 0; if(!(interpreter << arg && interpreter >> result)) throw_exception(bad_lexical_cast(typeid(NewSource), typeid(Target)));