Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19941 )
Change subject: [examples] make client_examples-test.sh pass ...................................................................... [examples] make client_examples-test.sh pass Since the newly introduced non_unique_primary_key.cc example uses features not available in C++98, an extra flag is needed if compiling the example with legacy compilers. Otherwise, client_examples-test.sh would fail while trying to compile it. Change-Id: I4cc2e60372b5ff855316a3286662d2f148f9ce7c Reviewed-on: http://gerrit.cloudera.org:8080/19766 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Kudu Jenkins Reviewed-on: http://gerrit.cloudera.org:8080/19941 Reviewed-by: Yingchun Lai <[email protected]> Tested-by: Yingchun Lai <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M examples/cpp/CMakeLists.txt 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: Yingchun Lai: Looks good to me, but someone else must approve; Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19941 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: I4cc2e60372b5ff855316a3286662d2f148f9ce7c Gerrit-Change-Number: 19941 Gerrit-PatchSet: 2 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
