Closed nmcclatchey closed 5 years ago
Bug fixes:
timed_mutex
recursive_timed_mutex
"mingw.future.h"
condition_variable
condition_variable_any
<functional>
std::hash
Non-bug improvements:
<algorithm>
Bug fixes:
timed_mutex
andrecursive_timed_mutex
, which had been lost in a previous commit. Add regression tests for this."mingw.future.h"
that were not detected by tests.condition_variable
andcondition_variable_any
. Add regression tests for this.condition_variable
andcondition_variable_any
to throw an exception when construction fails, rather than silently failing.<functional>
in"mingw.future.h"
to ensure thatstd::hash
is defined.Non-bug improvements:
condition_variable
s for Vista and higher. This may slightly improve performance when they are created.<algorithm>
dependency, to improve compile times.