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++ testcase question: pointers to member functions


Mark Mitchell <mark@codesourcery.com> writes:

[...]

| But, the form in the test case where we are not even starting with a
| pointer-to-member, but merely the name of a member function.  I think
| that's an intentional tightening; C++ doesn't allow you to do anything
| with the name of a member function, except call it.  And, the
| tightening goes back at least to G++ 3.2, as far as I can tell.  So, I

That recollection is exact.

-- Gaby


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