On Thu, Jun 7, 2018 at 4:05 PM, Richard Smith via cfe-commits
<cfe-commits@lists.llvm.org> wrote:
>
> struct S { enum {} e; };
>
> ... then do something with decltype(S::e). What happens if there are two
> such types in the class?

The bug doesn't reproduce if the enumeration has a name, which is why
it's hard to reference :-)
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to