This is the mail archive of the gcc@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]

Re: C++ pointer to member regression (?)


On Tuesday, June 8, 2004, at 06:53 AM, Martin Reinecke wrote:
fptr ptr = &foo::f1;

pmemb.cc:11: error: invalid use of ' foo::f1' to form a pointer-to-member-function. Use a qualified-id.

If there is agreement that this is a bug, I'll file it in Bugzilla.

Looks like a bug...



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