
10 Apr
2006
10 Apr
'06
8:30 a.m.
On 4/10/06, Reece Dunn <msclrhd@hotmail.com> wrote: []
* Boost Lexical Cast has been tentatively accepted by the LWG for TR2.
This has to be one of the most useful utilities in Boost.
All developers I know roll out their own versions of lexical_cast. Last time I checked the implementation of boost::lexical_cast it had efficiency bugs. There at least should be specializations for string -> integer/double conversions that use strtoul/d functions directly rather than iostreams.