Boost logo

Boost :

From: Michael Glassford (glassfordm_at_[hidden])
Date: 2005-03-16 21:04:48


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk