[libcxx-commits] [PATCH] D127445: [libc++] Granularize <iterator> includes

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 10 08:40:49 PDT 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

Let's follow up with the removal of `<iterator>` before LLVM 15, since we are already removing several transitive includes. If we are going to cause some work to downstream users, we might as well try to get the most out of it (and try not to break them at every release if we can help it).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127445



More information about the libcxx-commits mailing list