$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2003-11-04 09:06:48
On Mon, 03 Nov 2003 10:39:55 +0100, Daniel Spangenberg wrote
> 1) I was really missing the usual assignment operators += and -= for
> the
> arithmetic of ptime and date_duration/time_duration, like e.g.
>
> ptime& ptime::operator+=(date_duration);
> ptime& ptime::operator-=(time_duration);
> time_duration& time_duration::operator+=(time_duration);
> date_duration& date_duration::operator-=(date_duration);
> date& date::operator+=(date_duration);
I have just checked this addition into CVS, so this will be in the 1.31
release :-)
Jeff