Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18764 )
Change subject: [client] remove C++11 extensions from exported header ...................................................................... [client] remove C++11 extensions from exported header Changelist 708fdff19 included updates to the exported C++ header write_op.h. The C++ client API is still kept C++98 compliant, so C++11 extensions should not be present. This patch reverts the changes in src/kudu/client/write_op.h that 708fdff19 introduced. This is a follow-up to 708fdff19073dbe9dc4eb9492551443aa38111f9. Change-Id: I042ccaa76e424475dd2347505a611cdcab5c21d3 Reviewed-on: http://gerrit.cloudera.org:8080/18764 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Attila Bukor <[email protected]> --- M src/kudu/client/write_op.h 1 file changed, 22 insertions(+), 21 deletions(-) Approvals: Alexey Serbin: Verified Attila Bukor: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18764 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I042ccaa76e424475dd2347505a611cdcab5c21d3 Gerrit-Change-Number: 18764 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Yingchun Lai <[email protected]>
