Title
Tome utility templates need to be concept-constrained
Status
nad concepts
Section
[time]
Submitter
Alisdair Meredith

Created on 2009-03-11.00:00:00 last changed 163 months ago

Messages

Date: 2010-10-21.18:28:33

[ Summit: ]

We agree that this section needs concepts. We look forward to a paper on this topic. We recommend no action until a paper is available.

Date: 2012-10-21.13:19:07

Addresses JP 45 [CD1]

Rep, Period, Clock and Duration don't correspond to concept.

template <class Rep, class Period = ratio<1>> class duration; 
template <class Clock, class Duration = typename Clock::duration> class time_point; 

Make concept for Rep, Period, Clock and Duration. Fix [time] and wait_until and wait_for's template parameter at [thread].

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg401
2009-03-11 00:00:00admincreate