This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
TYPE_PTRMEMFUNC_P?
- To: gcc at gcc dot gnu dot org
- Subject: TYPE_PTRMEMFUNC_P?
- From: Chris Lattner <sabre at nondot dot org>
- Date: Mon, 11 Jun 2001 16:50:34 -0500 (CDT)
It appears that the GCC Tree documentation is out of date:
http://gcc.gnu.org/onlinedocs/gcc_18.html#SEC175
...under the RECORD type section, refers to the TYPE_PTRMEMFUNC_P macro,
which seems to not exist (at least in 3.1).
Am I missing something here? How are pointers to member functions
represented? Are then just anonymous structs now?
Thanks,
-Chris