[Boost-bugs] [Boost C++ Libraries] #2729: named_condition.hpp does not compile

Subject: [Boost-bugs] [Boost C++ Libraries] #2729: named_condition.hpp does not compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-05 08:12:04


#2729: named_condition.hpp does not compile
-------------------------------------------+--------------------------------
 Reporter: yusuke_mitsuki_at_[hidden] | Owner: igaztanaga
     Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: interprocess
  Version: Boost 1.37.0 | Severity: Problem
 Keywords: |
-------------------------------------------+--------------------------------
 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<ip::interprocess_mutex> lock(mtx);

     cond.wait(lock); // error
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2729>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC