26 Mar
2006
26 Mar
'06
8:28 p.m.
On Sun, 26 Mar 2006 19:30:52 +0000 (UTC), george wrote
hello!
boost::gregorian::days size(1);
boost::gregorian::date_period tmp(period.begin()+=size,period.end() -=size);
period=tmp;
is there any better way to increment/decrement the period object
I want period.begin+=size; period.end()-=size
to be permanent to period but it doesn't,it returns an object...
any idea??
thanks for any help.
See the post on the developer list... http://article.gmane.org/gmane.comp.lib.boost.devel/140101 Jeff