Grant Henke has posted comments on this change. Change subject: Enable move constructors for protobufs ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/6900/1/src/kudu/rpc/client_negotiation.cc File src/kudu/rpc/client_negotiation.cc: Line 519: *pb.mutable_authn_token() = std::move(*authn_token_); > Clang-tidy's suggestion implies that the assignment operator is being invok Does SignedTokenPB need a move constructor to handle the move? SignedTokenPB(SignedTokenPB&&); I am not sure protobuf is generating one. Do we pass LANG_CXX11?: https://github.com/google/protobuf/blob/2f4489a3e504e0a4aaffee69b551c6acc9e08374/src/google/protobuf/compiler/cpp/cpp_message.cc#L1094 -- To view, visit http://gerrit.cloudera.org:8080/6900 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I775e770799aec44cda79e641980e91259d19e650 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-HasComments: Yes
