[Boost-bugs] [Boost C++ Libraries] #8356: Add move semantic push operations to lockfree data structures

Subject: [Boost-bugs] [Boost C++ Libraries] #8356: Add move semantic push operations to lockfree data structures
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-31 09:35:08


#8356: Add move semantic push operations to lockfree data structures
------------------------------+---------------------------------------------
 Reporter: viboes | Owner: timblechmann
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: lockfree
  Version: Boost 1.53.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 Some of the operation in the lockfree data structures could benefit from
 move semantics when the value_type is movable.

 {{{
   bool push(T &&);
 }}}


 The library should use Boost.Move in order to provide these operations on
 c++ compilers don't providing move semantics.

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