Skip to content

Add support for function signatures with rvalue params #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 2, 2014
Merged

Add support for function signatures with rvalue params #4

merged 2 commits into from
Nov 2, 2014

Conversation

apolukhin
Copy link
Member

With this patch it is possible to call functions with signatures like boost::function <int(std::string&&)>

Belcourt added a commit that referenced this pull request Nov 2, 2014
Add support for function signatures with rvalue params

Looks useful.  Tested with gcc-4.9.1, no issues.  Also with 4.9.1 c++0x.  Thanks.
@Belcourt Belcourt merged commit 157aaea into boostorg:develop Nov 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants