Todd Lipcon has submitted this change and it was merged. Change subject: gutil: update raw_scoped_refptr_mismatch_checker to use c++11 ......................................................................
gutil: update raw_scoped_refptr_mismatch_checker to use c++11 This copies the new code from chromium-base, to stop using gutil/tuple.h. tuple.h is no longer needed, so removed it as well. Change-Id: Id4b2cac2bb81bf83b973304aace4238b4b9099d1 Reviewed-on: http://gerrit.cloudera.org:8080/2467 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M build-support/release/rat_exclude_files.txt M src/kudu/gutil/raw_scoped_refptr_mismatch_checker.h D src/kudu/gutil/tuple.h 3 files changed, 10 insertions(+), 1,367 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2467 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id4b2cac2bb81bf83b973304aace4238b4b9099d1 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
