[libcxx-commits] [PATCH] D137283: [libc++] Granularize <concept> includes

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 2 14:19:42 PDT 2022


Mordante added a comment.

Thanks a lot for working on this!
I just landed D137278 <https://reviews.llvm.org/D137278>, can you rebase this on main to see whether the CI is happy?



================
Comment at: libcxx/test/libcxx/transitive_includes/cxx20.csv:666
 ranges compare
-ranges concepts
 ranges cstddef
----------------
unlike format, ranges is considered stable so we shouldn't remove this include here.


================
Comment at: libcxx/test/libcxx/transitive_includes/cxx2b.csv:3
 algorithm climits
-algorithm concepts
 algorithm cstddef
----------------
I think this removal isn't part of the release notes yet. Can you verify and add this header if needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137283



More information about the libcxx-commits mailing list