This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] function<->object pointer casts
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: "Nathan Sidwell" <nathan at codesourcery dot com>
- Cc: "Jason Merrill" <jason at redhat dot com>,"Mark Mitchell" <mark at codesourcery dot com>,<gcc-patches at gcc dot gnu dot org>
- Date: Thu, 28 Oct 2004 14:58:38 +0200
- Subject: Re: [C++ PATCH] function<->object pointer casts
- References: <4180C966.1010105@codesourcery.com>
Nathan Sidwell wrote:
>> This implements our conclusion of the function-object pointer cast
>> and DR195 discussion.
Since there was consensus to support this as an official GNU C++ extension for
the time being, I would like to see it properly documented in our manual, maybe
with a little rationale.
Giovanni Bajo