Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21240 )
Change subject: [c++17] address std::iterator deprecation warnings ...................................................................... [c++17] address std::iterator deprecation warnings This patch addresses warnings about deprecation of std::iterator [1] produced by CLANG 15 on macOS Sonoma: there were many of those generated prior to this patch. See a blog post [2] referred from the isocpp.org site [3] for more details. This patch doesn't contain any functional modifications. [1] https://en.cppreference.com/w/cpp/iterator/iterator [2] https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/ [3] https://isocpp.org/blog/2018/05/stditerator-is-deprecated-why-what-it-was-and-what-to-use-instead-jonathan Change-Id: Id82af8f860156f3452a1c6522603ffacaa1ad0cd Reviewed-on: http://gerrit.cloudera.org:8080/21240 Reviewed-by: Mahesh Reddy <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/client/scan_batch.h M src/kudu/gutil/strings/join.h M src/kudu/gutil/strings/split_internal.h M src/kudu/util/bitset.h 4 files changed, 26 insertions(+), 6 deletions(-) Approvals: Mahesh Reddy: Looks good to me, but someone else must approve Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/21240 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id82af8f860156f3452a1c6522603ffacaa1ad0cd Gerrit-Change-Number: 21240 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Mahesh Reddy <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
