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++/26799] Type deduction of a pointer-to-member



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-22 15:35 -------
I get a different error message on the mainline:
t7.cc:19: error: no matching function for call to ?ABC::ABC(void
(DEF::*)()const, DEF&)?
t7.cc:4: note: candidates are: ABC::ABC(const ABC&)


-- 


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


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