We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4141ab3 commit 93eb9d2Copy full SHA for 93eb9d2
Development/boost/thread/win32_condition_variable.hpp
@@ -9,7 +9,7 @@
9
10
#include <boost/thread/win32/condition_variable.hpp>
11
12
-// Note: Windows `boost::condition_variable_any::wait` would throw nested lock exceptions when `boost::shared_mutex` has reached the
+// Note: Windows `boost::condition_variable_any::wait` throws nested lock exceptions when `boost::shared_mutex` has reached the
13
// maximum number of exclusive_waiting locks. This problem occurrs inside the `boost::basic_condition_variable`'s do_wait_until(...),
14
// when relocker is out scope. This could cause program termination due to unhandled exception.
15
// This modified version of `condition_variable_any` presented below addresses the issues mentioned earlier.
0 commit comments