ChuanqiXu added a comment.

In D108615#2962618 <https://reviews.llvm.org/D108615#2962618>, @lxfind wrote:

> 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.

Thanks for reporting this. Now the clang could still look up in 
std::experimental namespace of  once it fails to look up in std namespace. So 
now it wouldn't be  a break change if the user upgrade the version clang only.


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

https://reviews.llvm.org/D108615

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to