ossrv_pub/boost_apis/boost/lexical_cast.hpp
branchRCL_3
changeset 56 acd3cd4aaceb
parent 0 e4d67989cc36
child 57 2efc27d87e1c
--- a/ossrv_pub/boost_apis/boost/lexical_cast.hpp	Thu Aug 19 11:33:45 2010 +0300
+++ b/ossrv_pub/boost_apis/boost/lexical_cast.hpp	Tue Aug 31 16:54:36 2010 +0300
@@ -217,7 +217,7 @@
         typedef typename detail::array_to_pointer_decay<Source>::type NewSource;
 
         detail::lexical_stream<Target, NewSource> interpreter;
-        Target result;
+        Target result ;
 
         if(!(interpreter << arg && interpreter >> result))
             throw_exception(bad_lexical_cast(typeid(NewSource), typeid(Target)));