[libcxx-commits] [PATCH] D127356: [libc++] Use __debug_iterator instead of const_iterator to interact with the debug mode

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 8 15:26:44 PDT 2022


philnik requested changes to this revision.
philnik added a comment.
This revision now requires changes to proceed.

How would it be useful? AFAICT you're not using `__debug_iterator` outside the class anywhere. Right now this only adds an indirection where none is needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127356



More information about the libcxx-commits mailing list