[libcxx-commits] [PATCH] D138036: [libc++] Introduce helper functions __make_iter in vector and string

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 15 07:11:16 PST 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 prepares the terrain for introducing a new type of bounded iterator
that can't be constructed like __wrap_iter. This reverts part of the
changes made to std::vector in 4eab04f84 <https://reviews.llvm.org/rG4eab04f8491ab4fb8456eea9a73657701c554625>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138036

Files:
  libcxx/include/string
  libcxx/include/vector

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138036.475467.patch
Type: text/x-patch
Size: 6090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221115/d9c104da/attachment.bin>


More information about the libcxx-commits mailing list