[Bug c++/17166] Improve diagnostic for empty overload set listing the rejected overloads

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun May 29 16:03:00 GMT 2005


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



More information about the Gcc-bugs mailing list