This is the mail archive of the gcc-bugs@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]

Re: c++/3826: Parse error for static nested class member functions


Synopsis: Parse error for static nested class member functions

State-Changed-From-To: open->closed
State-Changed-By: ljrittle
State-Changed-When: Thu Jul 26 00:21:02 2001
State-Changed-Why:
    Bug in user-provided code.  The fix posted by the author
    of the PR (to the user code) is correct.  Templated code
    must advise the compiler when a name (scoped through a
    template argument) name refers to a type or it is
    considered ill-formed.
    
    [BTW, I don't know how to do this without the dummy
    typedef either.]

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3826&database=gcc


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