$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2004-09-28 00:13:13
David Abrahams wrote:
> I can think of other uses. You might lexical_cast T->T in order to
> normalize the value somehow.
Normalize? Hmm. How do you normalize int or char? ;-)
I can think of UDT that has some non-serialized members and those
members you could reset. lexical_cast is not a best tool for this, IMO.
-- Alexander Nasonov