$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2002-09-10 01:29:06
On Tuesday, September 3, 2002, at 01:15 PM, Jeff Garland wrote:
>> I'm still wondering why date_time does not support destructive
>> update such as +=. Is there a reason why this is deliberately left
>> out?
>
> Does lazyness count as deliberate?
Jeff, you might want to consider using operators.hpp, implementing +=,
and letting operators.hpp implement + for you. Sorry that I didn't
think of this during the formal review.
-- Darin