Hi,

I've been using date_time, and it's really cool!

However, I would have a small request:
For time iterators: we have hours(), minutes(), seconds(), but no days().

Of course, instead of days(1) we can have hours(24), still I think it's more
expressive to have days(1).

For instance, if I want to iterate 1 and a half days, I think it's more
expressive to say:

time_iterator it( start, days(1) + hours( 12)) instead of:

time_iterator it( start, hours( 36))

Best,
John


--
John Torjo
-- "Practical C++" column writer for builder.com.com

Freelancer, C++ consultant
mailto:[EMAIL PROTECTED]


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to