------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-14
02:25 -------
Reduced testcase:
template <class _Ret, class _Tp> void mem_fun_ref(_Ret (_Tp::*__f)());
struct A { double f(); };
template <class T> void f() { mem_fun_ref(&A::f); }
void g() { f<int>(); }
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-03-14 02:25:57
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20465