Re: C++ testcase question: pointers to member functions

2005-02-11 Thread Gabriel Dos Reis
Mark Mitchell <[EMAIL PROTECTED]> 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 funct

Re: C++ testcase question: pointers to member functions

2005-02-10 Thread Mark Mitchell
Zack Weinberg wrote: On Thu, 2005-02-10 at 16:05 -0800, Janis Johnson wrote: On Thu, Feb 10, 2005 at 04:00:49PM -0800, Zack Weinberg wrote: On Thu, 2005-02-10 at 15:47 -0800, Janis Johnson wrote: There are eight tests that check for that error message, although probably not in quite the same way. I