<coroutine> seems to be new enough to not be a huge problem.
Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rGfafed06b2ea9: [libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM after coroutines is fixed.
libcxx/test/libcxx/transitive_includes/cxx20.csv | ||
---|---|---|
186 ↗ | (On Diff #485012) | 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. |
libcxx/test/libcxx/transitive_includes/cxx20.csv | ||
---|---|---|
186 ↗ | (On Diff #485012) | 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. |