cp_pedwarn("ISO C++ forbids taking the address of a non-static member function to form a pointer to member function. Say `&%T::%D'",base,name);
cp_pedwarn("ISO C++ forbids taking the address of an unqualified non-static member function to form a pointer to member function. Say `&%T::%D'",base,name);
else
cp_pedwarn("ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say `&%T::%D'",base,name);