Title
Add a compile-time flag to detect monotonic_clock
Status
dup
Section
[time.clock.monotonic]
Submitter
DIN

Created on 2010-08-25.00:00:00 last changed 164 months ago

Messages

Date: 2011-03-05.21:44:45

Proposed resolution:

Provide a compile-time flag (preferably a macro) that can be used to query the existence of monotonic_clock.

Date: 2010-10-26.11:52:55

Duplicate: 1410

Addresses DE-20

The library component monotonic_clock is conditionally supported, but no compile-time flag exists that allows user-code to query its existence. Further-on there exist no portable means to simulate such a query. (To do so, user code would be required to add types to namespace std::chrono.)

History
Date User Action Args
2010-10-26 11:52:55adminsetmessages: + msg5141
2010-10-26 11:52:55adminsetstatus: open -> dup
2010-10-24 03:04:13adminsetmessages: + msg4910
2010-08-25 00:00:00admincreate