[libcxx-commits] [PATCH] D140600: [libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 25 06:31:44 PST 2022
philnik added inline comments.
================
Comment at: libcxx/test/libcxx/transitive_includes/cxx20.csv:186
coroutine limits
-coroutine type_traits
coroutine version
----------------
Mordante wrote:
> I really prefer not the breaks existing language versions unless we need to. Even when this header is new, its predecessor in experimental has been around longer. So this might break more than just new users.
We also removed includes from `<ranges>` and `<format>` because they were still experimental. `<coroutine>` isn't experimental anymore, but I don't think a lot of people have started using it. We've got it for just two releases now. Also, if people switch over from the experimental version they have to touch the includes anyways.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140600/new/
https://reviews.llvm.org/D140600
More information about the libcxx-commits
mailing list