Opened 8 years ago

Closed 8 years ago

#10585 closed Patches (fixed)

Signatures with rvalue references are not supported

Reported by: Antony Polukhin Owned by: Douglas Gregor
Milestone: Boost 1.58.0 Component: function
Version: Boost 1.56.0 Severity: Problem
Keywords: Cc:

Description

Attempt to use boost::function <int(std::string&&)> results in compilation error.

There is a patch/pull request that fixes this issue.

Change History (1)

comment:1 by Antony Polukhin, 8 years ago

Milestone: To Be DeterminedBoost 1.58.0
Resolution: fixed
Status: newclosed

Changes were merged to develop and now they are in master

Note: See TracTickets for help on using tickets.