$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Samuel Krempp (krempp_at_[hidden])
Date: 2004-01-22 18:41:34
On Thu, 2004-01-22 at 19:18, Pavel Vozenilek wrote:
> Do you plan to add operator=(const char*) into format?
>
> The constructor 'explicitness' should stay preserved, only
> assign will be 'implicit'.
Is using the parse(string) method unpractical ?
The meaning of assigning from string is probably clear, but it's less
explicit than parse(), and I wouldn't define 2 functions for the same
feature. So unless the operator= has a practical advantage over the
parse() member func, I'll keep parse()..
-- Samuel