This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/26799] Type deduction of a pointer-to-member
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2006 15:35:12 -0000
- Subject: [Bug c++/26799] Type deduction of a pointer-to-member
- References: <bug-26799-7154@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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