$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Convert] Not a review
From: Max Sobolev (macsmr_at_[hidden])
Date: 2011-05-05 03:34:26
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!