12 Sep
2009
12 Sep
'09
1:35 p.m.
Moritz escribió:
Hi,
I just started to port my application from boost 1.37 to 1.40 in order to get the remove() methods work in an appropriate way.
Problem is now that the compiler is complaining about my use of named_condition.wait(lock).
Are you using a named_mutex with named_condition? named_condition does
not work with interprocess_mutexeses. I think the line says it:
//named_condition only works with named_mutex
BOOST_STATIC_ASSERT((detail::is_convertible