Subject: Re: [Boost-users] [interprocess] 1.40 compile error
From: Moritz (mokoman_at_[hidden])
Date: 2009-09-12 12:46:16


Ion Gaztañaga wrote:
> Are you using a named_mutex with named_condition? named_condition does
> not work with interprocess_mutexeses. I think the line says it:

I am using it with:

sharable_lock<named_upgradable_mutex> lock(mtx)
named_condition.wait(lock)

Best regards,
Moritz