Opened 11 years ago

Last modified 11 years ago

#6299 new Feature Requests

c++11: Provide move semantic for bind function

Reported by: viboes Owned by: Thomas Heller
Milestone: To Be Determined Component: phoenix
Version: Boost 1.48.0 Severity: Problem
Keywords: Cc:

Description

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);

Change History (1)

comment:1 by viboes, 11 years ago

Summary: c++11: Provide move semantic for bind funtionc++11: Provide move semantic for bind function
Note: See TracTickets for help on using tickets.