id summary reporter owner description type status milestone component version severity resolution keywords cc 5144 interprocess_condition does not support interprocess_recursive_mutex thomas.wilczek@… Ion Gaztañaga "on POSIX systems: do_wait() and do_timed_wait() methods are only implemented for interprocess_mutex so compilation fails for all other types. possible solution: make the mutex type in those methods a template parameter and add interprocess_condition as friend to interprocess_recursive_mutex (for access to m_mut, see interprocess_mutex)" Bugs closed To Be Determined interprocess Boost 1.45.0 Problem wontfix