23 Jul
2009
23 Jul
'09
3:55 p.m.
AMDG Andrey Torba wrote:
There are breaking changes in boost.Thread http://www.boost.org/doc/libs/1_39_0/doc/html/thread/changes.html since 1.33 Interface of scoped_lock has been changed and boost::mutex now is boost::recursive_mutex. Am i right?
Not exactly. boost::mutex was never intended to be recursive. It happened to be recursive on Windows because the implementation used CRITICAL_SECTIONs. In Christ, Steven Watanabe