[PATCH] D108697: [Coroutines] [libcxx] Move coroutine components out from std::experimental namespace
Xun Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 25 20:35:56 PDT 2021
lxfind added a comment.
> In D108696 <https://reviews.llvm.org/D108696>, the clang would lookup in std and std::experimental namespace. And this patch would only be checked in after D108696 <https://reviews.llvm.org/D108696> get checked in. So I think it wouldn't affect users much.
Well, but if user code has "#include <experimental/coroutine>", would it still compile?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108697/new/
https://reviews.llvm.org/D108697
More information about the llvm-commits
mailing list