id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2729,named_condition.hpp does not compile,yusuke_mitsuki@…,Ion Gaztañaga,"named_condition::wait() causes the compile error with msvc8. {{{ namespace ip = boost::interprocess; ip::interprocess_mutex mtx; ip::named_condition cond(ip::create_only, ""Test""); ip::scoped_lock lock(mtx); cond.wait(lock); // error }}} ",Bugs,closed,Boost 1.39.0,interprocess,Boost 1.37.0,Problem,fixed,,