This is the mail archive of the gcc-patches@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: [C++0x] implementing forward declarations for enums


On 10/15/2010 05:19 AM, Rodrigo Rivas wrote:
Uff, template specializations are hard indeed! But I think that this
patch kind of works. Moreover, since this is unspecified territory I
feel a bit lost.
For now, I allowed for a template specialization to override only the
enumerator list.

This looks good to me, it just needs a ChangeLog entry. There are also a few lines that go beyond 80 columns, but I'll fix that myself before checking it in.


Jason


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