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

Zhihao Yuan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 11:36:32 PDT 2017


lichray added a comment.

In https://reviews.llvm.org/D39284#906860, @aaron.ballman wrote:

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


No.  In the first line of the Summary I said this hasn't even been proposed.  But on the reflectors it received positive feedback.  While I was trying to implement it in order to find out corner cases which I haven't thought of, I found that the implementation is astonishingly simple, defending the change by showing that not introducing the change to the language is merely complicating the language, so I decided to seeking for a possibility to land it first.


https://reviews.llvm.org/D39284





More information about the cfe-commits mailing list