[libcxx-commits] [PATCH] D104980: [libcxx][NFC] replaces `<utility>` includes with specific headers
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 3 11:33:23 PDT 2021
cjdb marked an inline comment as done.
cjdb added inline comments.
================
Comment at: libcxx/include/mutex:200
#endif
+#include <type_traits> // __invoke
#include <version>
----------------
cjdb wrote:
> Mordante wrote:
> > D104942 landed `__functional/invoke.h`, can you use that? If not please update the comment.
> Out of scope: I'll apply it in D104982.
After further inspection, `__invoke` still lives in `type_traits`. Won't fix in D104982.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104980/new/
https://reviews.llvm.org/D104980
More information about the libcxx-commits
mailing list