[ 
https://issues.apache.org/jira/browse/THRIFT-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245534#comment-14245534
 ] 

Hudson commented on THRIFT-2836:
--------------------------------

FAILURE: Integrated in Thrift #1399 (See 
[https://builds.apache.org/job/Thrift/1399/])
THRIFT-2836 Add moveable_types option to C++ generator (roger: rev 
3c5a788d8f243e23474b3ac09a795e4e15a8933f)
* compiler/cpp/src/generate/t_cpp_generator.cc


> Optionally generate C++11 MoveConstructible types
> -------------------------------------------------
>
>                 Key: THRIFT-2836
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2836
>             Project: Thrift
>          Issue Type: New Feature
>          Components: C++ - Compiler
>    Affects Versions: 1.0
>            Reporter: Nate Rosenblum
>            Assignee: Nate Rosenblum
>
> Presently the cpp compiler only emits copy constructors for generated Thrift 
> types. This is sub-optimal when passing types as parameters to std::bind when 
> there are container fields that have move-constructible STL implementations. 
> Adding rvalue constructors & assignment operators will avoid copies in these 
> cases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to