ossrv_pub/boost_apis/boost/lexical_cast.hpp
changeset 71 28ccaba883f4
parent 22 ddc455616bd6
--- a/ossrv_pub/boost_apis/boost/lexical_cast.hpp	Fri Sep 17 19:25:42 2010 +0530
+++ b/ossrv_pub/boost_apis/boost/lexical_cast.hpp	Wed Oct 13 19:39:18 2010 +0530
@@ -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)));