r268594 - Fix implementation of C++'s restrictions on using-declarations referring to enumerators:

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu May 5 11:21:15 PDT 2016


On Thu, May 5, 2016 at 11:15 AM, Richard Smith <richard at metafoo.co.uk>
wrote:

> Given that GCC rejects this code (and has done for as long as it's
> accepted the Enum::Member syntax), I don't expect the problems to be too
> widespread. If they are, we could trivially accept this as an extension; it
> seems like a pointless restriction.
>

I think there will be widespread issues on Mac, where many projects haven't
built with GCC in years.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160505/30c96134/attachment.html>


More information about the cfe-commits mailing list