This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Strongly typed enums as bit fields


2011/11/20 Владимир Андреев :
> Additionally I noted, that GCC doesn't support declaration like
>
> using NewType = OldType;
>
> which semantically equals to
>
> typedef OldType NewType;

Yes it does, but that was only added last week.

Thanks for the Bugzilla report.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]