ossrv_pub/boost_apis/boost/lexical_cast.hpp
changeset 34 5fae379060a7
parent 31 ce057bb09d0b
child 45 4b03adbd26ca
--- 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<Source>::type NewSource;
 
         detail::lexical_stream<Target, NewSource> interpreter;
-        Target result = 0;
+        Target result ;
 
         if(!(interpreter << arg && interpreter >> result))
             throw_exception(bad_lexical_cast(typeid(NewSource), typeid(Target)));