[libcxx-commits] [PATCH] D100686: [libc++][nfc] Move iterator_traits and related into __iterator/iterator_traits.h.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 16 14:21:33 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: ldionne, cjdb, Quuxplusone.
Herald added a subscriber: mgorny.
zoecarver requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Based on D100682 <https://reviews.llvm.org/D100682> and D99855 <https://reviews.llvm.org/D99855>.

(Note: I originally was going to just make this part of D99855 <https://reviews.llvm.org/D99855>, but I decided not to because this patch moves lots of unrelated code around, and I didn't want to make D99855 <https://reviews.llvm.org/D99855> harder to review because of unrelated code-changes/moves.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100686

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/iterator

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100686.338234.patch
Type: text/x-patch
Size: 36003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210416/6a1bde46/attachment-0001.bin>


More information about the libcxx-commits mailing list