This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/10649: is_pointer<T> reports pointer to member function is not a pointer
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: notbob at tessellation dot com
- Cc: giovannibajo at libero dot it, gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: 09 May 2003 09:02:22 +0200
- Subject: Re: c++/10649: is_pointer<T> reports pointer to member function is not a pointer
- Organization: Integrable Solutions
- References: <20030508222041.43387.qmail@web20302.mail.yahoo.com>
Robert Schwartz <robertallanschwartz@yahoo.com> writes:
| I'm not saying anything about how pointer-to-member is *implemented*; I'm
| saying something about its syntax and its semantics. A pointer to a member
| is a pointer. That's all I'm saying.
No, a pointer-to-member is not a pointer. Period.
-- Gaby