Closed alt-graph closed 8 months ago
MacOS failing?
Scenario: Negative or zero times make sleep() not wait
When: sleep(0ms) is executed
Then: the elapsed time is very very small
-------------------------------------------------------------------------------
../tests/test_time_util.cc:88
...............................................................................
../tests/test_time_util.cc:90: FAILED:
REQUIRE( toc(t0) < 0.001 )
with expansion:
0.00130301 < 0.001
Ah MacOS problem will be solved by #76
MacOS failing?
Succeed after re-run. See other comment and Lars' other PR.
I propose to close this PR. IMO it only adds complexity without any major gain.
I still hope for GUL17, which already has a repo here.
We use the definitions of invoke() etc. from the std:: namespace if the compiler supports C++17, but we forgot to include the
<functional>
header to actually make the declaration visible.Closes #73