Subject: [Boost-bugs] [Boost C++ Libraries] #8505: Add a C++11 conforming move semantics to function<> class
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-27 05:49:44
#8505: Add a C++11 conforming move semantics to function<> class
------------------------------+---------------------------------------------
Reporter: viboes | Owner: dgregor
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: function
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
C++11 std::function provides move semantics. It would be great if
Boost.Function could provide it on C++11 compilers and use Boost.Move on
C++ compilers that don't provide rvalue references.
{{{
function(function&&);
function& operator=(function&&);
template<class F> function& operator=(F&&);
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8505> 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