diff -r acd3cd4aaceb -r 2efc27d87e1c ossrv_pub/boost_apis/boost/lexical_cast.hpp --- a/ossrv_pub/boost_apis/boost/lexical_cast.hpp Tue Aug 31 16:54:36 2010 +0300 +++ b/ossrv_pub/boost_apis/boost/lexical_cast.hpp Wed Sep 01 12:36:54 2010 +0100 @@ -217,7 +217,7 @@ typedef typename detail::array_to_pointer_decay::type NewSource; detail::lexical_stream interpreter; - Target result ; + Target result; if(!(interpreter << arg && interpreter >> result)) throw_exception(bad_lexical_cast(typeid(NewSource), typeid(Target)));