$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: n.torrey.pines_at_[hidden]
Date: 2007-03-17 05:21:15
lexical_cast<int>("1e4") == 1 // because of the way streams work of course
I think that in the interests of robustness, and unless a better
solution can be found, lexical_cast<> should be secialized for some
types.
Another solution might be to make sure that the whole string argument
got consumed (rejecting things like "123 " )