$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2004-07-16 06:56:10
"Jason" <jason_at_[hidden]> 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