Commit 4141ab3 1 parent 10c8c9e commit 4141ab3 Copy full SHA for 4141ab3
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ namespace bst_shared_mutex_condition_variable_any = std;
17
17
namespace bst_shared_mutex = boost;
18
18
19
19
#ifdef _WIN32
20
- // Note:: Windows boost::condition_variable_any::wait would throw nested lock exceptions when boost::shared_mutex has reached the
21
- // maximum number of exclusive_waiting locks.A modified version of the boost::condition_variable_any was created to address this issue.
20
+ // Note:: Windows boost::condition_variable_any::wait throws nested lock exceptions when boost::shared_mutex has reached the
21
+ // maximum number of exclusive_waiting locks. A modified version of the boost::condition_variable_any was created to address this issue.
22
22
#include " boost/thread/win32_condition_variable.hpp"
23
23
namespace bst_shared_mutex_condition_variable_any = boost::experimental;
24
24
#else
You can’t perform that action at this time.
0 commit comments