
5 May
2011
5 May
'11
7:34 a.m.
On 05.05.2011 10:12, Max Sobolev wrote:
boost::lexical_cast<> (and std::stringstream), in comparison, supports conversions from *any* IStreamable to *any* OStreamable, but your tool converts from *raw char-* representation to long only!
must be read as: boost::lexical_cast<> (and std::stringstream), in comparison, supports conversions from *any* IStreamable to *any* OStreamable, but your tool converts from *lexical* representation to long only!