------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-29 
16:02 -------
The testcase really boils down to:
template <typename T> int foo ();
int i = foo(1);


OR

template <typename T> struct f{};
template <typename T> int foo (f<T>);
int i = foo(1);


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-10-28 03:58:46         |2005-05-29 16:02:02
               date|                            |


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

Reply via email to