[libcxx-commits] [PATCH] D79323: Remove unused _LIBCPP_RAW_ITERATORS

Orivej Desh via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 24 20:15:25 PDT 2020


orivej added a comment.

FWIW raw pointer iterators are used at Yandex [1] and sometimes uncover issues like [2] (although othertimes they hide issues that would have been prevented by wrapped iterators).

[1] https://github.com/catboost/catboost/blob/08a65a2e/contrib/libs/cxxsupp/libcxx/include/string#L697
[2] https://reviews.llvm.org/D80473, https://reviews.llvm.org/D80475


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79323/new/

https://reviews.llvm.org/D79323





More information about the libcxx-commits mailing list