$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [lexical_cast] efficiency
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2010-01-20 07:39:43
----- Original Message -----
From: "Alexander Nasonov" <alnsn_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Wednesday, January 20, 2010 12:41 AM
Subject: Re: [boost] [lexical_cast] efficiency
> 19.01.10, 21:58, "Domagoj Saric" <dsaritz_at_[hidden]>:
>
>>
>> The only related thing I could find here
>> http://www.boost.org/community/review_schedule.html is
>> "String Convert" by Vladimir Batov...were you thinking of that library?
>
> Yes, this one. IIRC, there was a request to review another conversion
> library but I'm not sure whether it convers lexical conmversions.
Hi, Boost.Convert provides a convert_to function wich the user can specialize. The library doesn't provides string conversions directly.
Best,
Vicente