[libcxx-commits] [PATCH] D150538: [libc++] Untangles invoke.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 15 10:08:50 PDT 2023
philnik added a comment.
I wouldn't consider this disentangled, since `__invoke` and the type traits are still very much dependent on each other. I also don't think that it makes sense to move `__invoke` into the `type_traits` module. This seems like a step backward to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150538/new/
https://reviews.llvm.org/D150538
More information about the libcxx-commits
mailing list