
16 Jul
2004
16 Jul
'04
11:56 a.m.
"Jason" <jason@qhacks.com> writes:
I would say that anyone already using lexical_cast would'nt have a problem with the improved one. Let me know what you guys think and if we should implement that.
It's not clearly an improvement. These aren't interchangeable, for example: std::find(start, finish, lexical_cast<int>(N)); std::find(start, finish, your_cast(N)); -- Dave Abrahams Boost Consulting http://www.boost-consulting.com