function pointer linkage for __cxa_vec_new, etc.

scott douglass sdouglass at arm.com
Tue Nov 5 10:42:33 UTC 2002


Hi,

The declarations of __cxa_vec_new, etc. given in section 3.3.3 (inadvertantly) make the function pointer parameters (i.e. constructor, destructor, alloc and dealloc) pointers to "C" functions.  Is suspect that these function pointer parameters want to be pointers to "C++" functions not pointer to "C" functions.

Also there's a missing ';' at the end of the __cxa_vec_cctor declaration.




More information about the cxx-abi-dev mailing list