[Boost-bugs] [Boost C++ Libraries] #9314: boost shared_ptr should use C++11 atomics when available

Subject: [Boost-bugs] [Boost C++ Libraries] #9314: boost shared_ptr should use C++11 atomics when available
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-28 23:09:49


#9314: boost shared_ptr should use C++11 atomics when available
-----------------------+------------------------------
 Reporter: anonymous | Type: Feature Requests
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.54.0
 Severity: Problem | Keywords:
-----------------------+------------------------------
 If a native assembly lock-free version is unavailable, boost should use
 native C++11 atomics if the library has them. This will far more reliably
 pick an efficient implementation for shared_ptr in cases where the
 optimized assembly version is unavailable and where __sync support may be
 unavailable/not detected properly.

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