[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
Tue Sep 7 19:40:10 PDT 2021


ChuanqiXu added a comment.

In D108697#2988483 <https://reviews.llvm.org/D108697#2988483>, @Quuxplusone wrote:

>> Then it looks like that there is a phase called 'confirming' for c++ features, right?
>
> No, I said "conforming," as in "make sure our implementation is conforming to the ISO C++20 Standard."
> The documentation/specification of what <coroutine> should look like is primarily the standard:
> http://eel.is/c++draft/support.coroutine
> and secondarily (but sometimes more user-friendly-ly) cppreference:
> https://en.cppreference.com/w/cpp/header/coroutine
>
> As for the steps or phases of the political process here, there's only one step: get @ldionne to mark this PR as "accepted." :)

Got it. Although I didn't touch libcxx before, I am willing to refactor this. Thanks : )


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108697/new/

https://reviews.llvm.org/D108697



More information about the llvm-commits mailing list