system_clock::rep
not specifiedSection: 30.7.2 [time.clock.system] Status: NAD Editorial Submitter: Pete Becker Opened: 2008-12-19 Last modified: 2016-01-28
Priority: Not Prioritized
View all other issues in [time.clock.system].
View all issues with NAD Editorial status.
Discussion:
In 30.7.2 [time.clock.system], the declaration of system_clock::rep
says "see
below", but there is nothing below that describes it.
[ Howard adds: ]
This note refers to:
-2-
system_clock::duration::min() < system_clock::duration::zero()
shall betrue
.I.e. this is standardeze for "
system_clock::rep
is signed". Perhaps an editorial note along the lines of:-2-
system_clock::duration::min() < system_clock::duration::zero()
shall betrue
. [Note:system_clock::rep
shall be signed. -- end note].?
[ Batavia (2009-05): ]
We agree with the direction of the proposed resolution. Move to NAD Editorial.
Proposed resolution:
Add a note to 30.7.2 [time.clock.system], p2:
-2-
system_clock::duration::min() < system_clock::duration::zero()
shall betrue
. [Note:system_clock::rep
shall be signed. -- end note].