GitHub user flandr opened a pull request:
https://github.com/apache/thrift/pull/271
Add moveable_types option to C++ generator
Setting this option enables generation of MoveConstructible types,
allowing types to be bound via move in std::bind. This is especially
pleasant when using Thrift container types.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/flandr/thrift THRIFT-2836
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/271.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #271
----
commit d00dc41f643ad1d68ddac529f4eb1ae6c5ba4d62
Author: Nate Rosenblum <[email protected]>
Date: 2014-11-17T17:46:48Z
Add moveable_types option to C++ generator
Setting this option enables generation of MoveConstructible types,
allowing types to be bound via move in std::bind. This is especially
pleasant when using Thrift container types.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---