
17 Mar
2005
17 Mar
'05
2:04 a.m.
Jonathan Biggar wrote:
Mark Rodgers wrote:
Bill,
recursive_try_mutex::do_trylock() (BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE implementation) contains the following:
assert(res == 0);
Surely that should be
assert(res == 0 || res == EBUSY);
This bug still exists in 1.32!
Now fixed. Mike