Skip to content

Commit 4141ab3

Browse files
Update Development/bst/shared_mutex.h
Co-authored-by: jonathan-r-thorpe <[email protected]>
1 parent 10c8c9e commit 4141ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Development/bst/shared_mutex.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ namespace bst_shared_mutex_condition_variable_any = std;
1717
namespace bst_shared_mutex = boost;
1818

1919
#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.
2222
#include "boost/thread/win32_condition_variable.hpp"
2323
namespace bst_shared_mutex_condition_variable_any = boost::experimental;
2424
#else

0 commit comments

Comments
 (0)