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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 8 15:19:06 PDT 2022


ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This will become useful when adding the debug mode to classes that
don't have a const_iterator, such as std::span.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127356

Files:
  libcxx/include/__debug
  libcxx/include/__hash_table
  libcxx/include/list
  libcxx/include/string
  libcxx/include/unordered_map
  libcxx/include/unordered_set
  libcxx/include/vector

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127356.435360.patch
Type: text/x-patch
Size: 10897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220608/bc04f3b9/attachment-0001.bin>


More information about the libcxx-commits mailing list