------- 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:

================================
template<typename T> struct A
{
    template<T> void foo();
};

A<double> a;
================================

Even A<void> is accepted.


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


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

Reply via email to