From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21599 invoked by alias); 9 May 2003 07:06:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21383 invoked by uid 71); 9 May 2003 07:06:01 -0000 Date: Fri, 09 May 2003 07:06:00 -0000 Message-ID: <20030509070601.21380.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: c++/10649: is_pointer reports pointer to member function is not a pointer Reply-To: Gabriel Dos Reis X-SW-Source: 2003-05/txt/msg00698.txt.bz2 List-Id: The following reply was made to PR c++/10649; it has been noted by GNATS. From: Gabriel Dos Reis To: notbob@tessellation.com Cc: giovannibajo@libero.it, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/10649: is_pointer reports pointer to member function is not a pointer Date: 09 May 2003 09:02:22 +0200 Robert Schwartz 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