
20 Jan
2010
20 Jan
'10
12:39 p.m.
----- Original Message ----- From: "Alexander Nasonov" <alnsn@yandex.ru> To: <boost@lists.boost.org> Sent: Wednesday, January 20, 2010 12:41 AM Subject: Re: [boost] [lexical_cast] efficiency
19.01.10, 21:58, "Domagoj Saric" <dsaritz@gmail.com>:
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