From mboxrd@z Thu Jan 1 00:00:00 1970 From: mps@sonartech.com.au To: gcc-gnats@gcc.gnu.org Subject: c++/3424: One templatized nested class deriving from another Date: Tue, 26 Jun 2001 04:56:00 -0000 Message-id: <20010626115459.2267.qmail@sourceware.cygnus.com> X-SW-Source: 2001-06/msg01077.html List-Id: >Number: 3424 >Category: c++ >Synopsis: One templatized nested class deriving from another >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Tue Jun 26 04:56:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Shepanski >Release: 2.95.2 19991024 (release). Also current CodeSourcery online tester. >Organization: >Environment: Linux/Pentium >Description: class C { template class A {}; template class B : public C::A {}; }; >How-To-Repeat: gcc tmp.cpp >Fix: If you find it interesting. Meanwhile it's easy enough to work around. >Release-Note: >Audit-Trail: >Unformatted: