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++/3825: Problems in instantiation of generic members.


Synopsis: Problems in instantiation of generic members.

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Mon Jan 13 07:57:04 2003
State-Changed-Why:
    The original code snippet is wrong at many places, among
    which are
    - explicitly specializing inner and outer class at the
      same time requires template<> twice
    - explicitly specializing C1::C2 _inside_ D is not allowed
    
    Since the ICE is gone with recent versions, I close this
    report.
    
    W.

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


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