[PATCH] D108615: [Coroutines] [libcxx] Move coroutine component out of experimental namespace

Xun Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 24 09:13:50 PDT 2021


lxfind added a comment.

I am not familiar with the process of when to move something out of experimental, but I do wonder how this is normally done so that people who uses coroutines can have a smooth migration?
I assume that this is going to be a breaking change that existing code using coroutine will need to be updated and no longer compatible with old versions.


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

https://reviews.llvm.org/D108615



More information about the cfe-commits mailing list