Skip to content

Commit 93eb9d2

Browse files
Update Development/boost/thread/win32_condition_variable.hpp
Co-authored-by: jonathan-r-thorpe <[email protected]>
1 parent 4141ab3 commit 93eb9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Development/boost/thread/win32_condition_variable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include <boost/thread/win32/condition_variable.hpp>
1111

12-
// Note: Windows `boost::condition_variable_any::wait` would throw nested lock exceptions when `boost::shared_mutex` has reached the
12+
// Note: Windows `boost::condition_variable_any::wait` throws nested lock exceptions when `boost::shared_mutex` has reached the
1313
// maximum number of exclusive_waiting locks. This problem occurrs inside the `boost::basic_condition_variable`'s do_wait_until(...),
1414
// when relocker is out scope. This could cause program termination due to unhandled exception.
1515
// This modified version of `condition_variable_any` presented below addresses the issues mentioned earlier.

0 commit comments

Comments
 (0)