std::condition_variable_any::condition_variable_any - cppreference.com (original) (raw)
| condition_variable_any(); | (1) | (since C++11) |
|---|---|---|
| condition_variable_any( const condition_variable_any& ) = delete; | (2) | (since C++11) |
Constructs an object of type
std::condition_variable_any.Copy constructor is deleted.
[edit] Parameters
(none)
[edit] Exceptions
Defect reports
The following behavior-changing defect reports were applied retroactively to previously published C++ standards.
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 2092 | C++11 | the error condition for resource_unavailable_try_again was wrong | corrected |