[PATCH] D108697: [Coroutines] [libcxx] Move coroutine components out from std::experimental namespace
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 25 18:55:11 PDT 2021
ChuanqiXu added a comment.
In D108697#2965321 <https://reviews.llvm.org/D108697#2965321>, @lxfind wrote:
> My guess is you might need to keep coro in both std and std::experimental for a while, to allow smooth transition.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108697/new/
https://reviews.llvm.org/D108697
More information about the llvm-commits
mailing list