c++/4047: assuming & on overloaded member functions

Gabriel Dos Reis gdr@codesourcery.com
Tue Aug 21 22:41:00 GMT 2001


"Yu Zhang/CanWest/IBM" <yuzhang@ca.ibm.com> writes:

| Hi Phil,
| 
| Thank you very much. It does work! But I'm confused,
| which one is C++ standard?
| server.use(T::foo); or server.use(&T::foo); ?

&T::foo.

-- Gaby



More information about the Gcc mailing list