[PATCH] D39284: [c++2a] Decomposed _condition_

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 11:17:51 PDT 2017


aaron.ballman added a comment.

In https://reviews.llvm.org/D39284#906800, @lichray wrote:

> In https://reviews.llvm.org/D39284#906450, @aaron.ballman wrote:
>
> > I'm not opposed to the functionality, but this isn't a part of C++2a either; I think we should be diagnosing this code with a warning so users don't expect it to work on every compiler.
>
>
> C++2a the standard itself is under development, so the users can't expect any feature to work on every compiler already.


I'm aware, but I was unaware that we've accepted this functionality in C++2a yet within WG21. Did we vote this in and I simply didn't remember it?


https://reviews.llvm.org/D39284





More information about the cfe-commits mailing list