2 Jun
2005
2 Jun
'05
4:40 p.m.
hi,
would it be possible to add a set of overloads to lexical_cast to allow
for more efficient conversions when the code to do so is readily
available (and especially when it is part of the standard library)?
below is part of my own rather simplistic implementation of this idea
which has been tested on VC7.1 and seems to work fine. other overloads
for floats using atof etc. proceed in a similar manner to that for ints.
template