This is the mail archive of the gcc-prs@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++/3851: Problem with generic member.


Synopsis: Problem with generic member.

State-Changed-From-To: analyzed->closed
State-Changed-By: reichelt
State-Changed-When: Thu Nov  7 02:05:12 2002
State-Changed-Why:
    Fixed in current versions (3.1, 3.2 and main trunk).
    The compiler now issues a correct error message.
    
    Note that the code is in fact illegal:
    The line
      struct D: public Sb< anything >::C;
    should read 
      struct D: public Sb< anything >::C<e> {};

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3851


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