[libcxx-commits] [PATCH] D140600: [libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 23 09:22:26 PST 2022


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

LGTM after `coroutines` is fixed.



================
Comment at: libcxx/test/libcxx/transitive_includes/cxx20.csv:186
 coroutine limits
-coroutine type_traits
 coroutine version
----------------
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.


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