We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d70032 commit aea9328Copy full SHA for aea9328
src/condition_variable.cpp
@@ -92,9 +92,9 @@ namespace pthread {
92
93
condition_variable::~condition_variable () {
94
int rc = pthread_cond_destroy(&_condition);
95
- if (rc != 0){
96
- throw condition_variable_exception("pthread condition variable destroy failed.", rc);
97
- }
+// if (rc != 0){
+// throw condition_variable_exception("pthread condition variable destroy failed.", rc);
+// }
98
}
99
100
} // namespace pthread
0 commit comments