[Bug c++/15684] Pointer to member function called on incomplete type should diag
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 28 04:01:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-27 17:18 -------
Why do you think it will not work, as the point-to-member function type is just have a reference to the
offset at which you call the function nothing more (well there is more but that is an ABI definition).
Since the pointer-to-member type includes all the needed info there is no reason why it should not
work.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15684
More information about the Gcc-bugs
mailing list