Subject: [Boost-bugs] [Boost C++ Libraries] #6299: c++11: Provide move semantic for bind funtion
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-19 18:08:52
#6299: c++11: Provide move semantic for bind funtion
------------------------------+---------------------------------------------
Reporter: viboes | Owner: theller
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: phoenix
Version: Boost 1.48.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
Provide a c++11 compliant bind function on compilers supporting rvalue
references.
20.8.9.1.2 Function template bind
template<class F, class... BoundArgs> unspecified bind(F&& f,
BoundArgs&&... bound_args);
template<class R, class F, class... BoundArgs> unspecified bind(F&& f,
BoundArgs&&... bound_args);
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6299> 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:08 UTC