Alexey Serbin has uploaded this change for review. ( 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 --- 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(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/21240/1 -- 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: newchange Gerrit-Change-Id: Id82af8f860156f3452a1c6522603ffacaa1ad0cd Gerrit-Change-Number: 21240 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
