This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/20465] [4.0/4.1 regression] error: no matching function for call


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]