[Boost-bugs] [Boost C++ Libraries] #8838: clang/libc++ doesn't define boost::mutex::scoped_lock

Subject: [Boost-bugs] [Boost C++ Libraries] #8838: clang/libc++ doesn't define boost::mutex::scoped_lock
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-17 22:17:49


#8838: clang/libc++ doesn't define boost::mutex::scoped_lock
------------------------------+----------------------
 Reporter: timblechmann | Owner: anthonyw
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.54.0 | Severity: Problem
 Keywords: |
------------------------------+----------------------
 the boost.lockfree testsuite currently does not compile with
 clang/libc++/linux:

 {{{
 In file included from ../libs/lockfree/test/spsc_queue_stress_test.cpp:20:
 ../libs/lockfree/test/test_helpers.hpp:41:23: error: no member named
 'scoped_lock' in 'boost::mutex'
         boost::mutex::scoped_lock lock (ref_mutex[index]);
 }}}

 compare:
 http://www.boost.org/development/tests/trunk/developer/lockfree.html

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8838>
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:50:13 UTC