[libcxx-commits] [PATCH] D105076: [libcxx][modularisation] splices `<iterator>` into individual headers

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 5 12:42:16 PDT 2021


ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.


================
Comment at: libcxx/include/CMakeLists.txt:114
   __hash_table
+  __iterator/access.h
   __iterator/advance.h
----------------
Please keep everything sorted.


================
Comment at: libcxx/include/CMakeLists.txt:121-122
+  __iterator/distance.h
+  __iterator/detail/erase_if_container.h
+  __iterator/detail/wrap_iter.h
+  __iterator/empty.h
----------------
Please keep at one level of nesting.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105076



More information about the libcxx-commits mailing list