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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-06-10 
04:24:44 UTC ---
>gcc_test2.cpp:5:12: error: no default argument for 'T'

It is not rejecting the local type but rather it is rejecting the second
template argument which does not have a default argument even though the first
argument does.

Reply via email to