[Bug c++/20172] member function template declaration not instantiated during the instantiation of the enclosing class template

2005-02-25 Thread reichelt at gcc dot gnu dot org

--- Additional Comments From reichelt at gcc dot gnu dot org  2005-02-25 
09:13 ---
Confirmed. Accepted since at least gcc 2.95.3.
Reduced testcase:


templatetypename T struct A
{
templateT void foo();
};

Adouble a;


Even Avoid is accepted.


-- 
   What|Removed |Added

 CC||reichelt at gcc dot gnu dot
   ||org
 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Keywords||monitored
   Last reconfirmed|-00-00 00:00:00 |2005-02-25 09:13:12
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20172


[Bug c++/20172] member function template declaration not instantiated during the instantiation of the enclosing class template

2005-02-23 Thread SWElef at post dot sk


-- 
   What|Removed |Added

   Keywords||accepts-invalid


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20172