[libcxx-commits] [PATCH] D153216: [libc++][Modules] Add missing includes to public headers
Ian Anderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 5 14:58:28 PDT 2023
iana marked 22 inline comments as done.
iana added inline comments.
================
Comment at: libcxx/modules/std/type_traits.cppm:226
using std::is_compound_v;
+ using std::is_execution_policy_v;
using std::is_fundamental_v;
----------------
ldionne wrote:
> Can you explain why that's needed? This doesn't belong to `<type_traits>`, it belongs to `<execution>`.
It was needed if `<type_traits>` included `<__type_traits/is_execution_policy.h>`, but now that that's gone this can go too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153216/new/
https://reviews.llvm.org/D153216
More information about the libcxx-commits
mailing list