LWN.net Logo

Memory, memory

Memory, memory

Posted Aug 1, 2008 12:07 UTC (Fri) by michaeljt (subscriber, #39183)
In reply to: Memory, memory by renox
Parent article: Will LSB 4 Standardize Linux? (InternetNews)

The lack of C++ ABIs is a pain in the neck, but it is not something I would like to blame on
the GCC people.  The C++ standard is both complex and itself instable, and producing a stable
ABI for it (let alone one compatible with other compilers) is no mean task.  The easiest way
to deal with the problem that I know of is to wrap the ABI in something else (i.e. all exports
are extern "C", or on Windows COM is popular for the purpose).


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds