[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 18:49:27 PDT 2021


ChuanqiXu added a comment.

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

> First pass. This is still presumably a step in the right direction, but it's currently far from being "C++20 conforming" and IMHO it would probably be nice to get it conforming (or close to conforming) before it lands.

Many thanks for the detailed review! It looks like we need to refactor the implementation for <coroutine> from your comments. I would try to send another patch if possible.
Then it looks like that there is a phase called 'confirming' for c++ features, right? What's that and what does that mean? Is there any documentation?


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

https://reviews.llvm.org/D108697



More information about the llvm-commits mailing list