[RFC] C++1x breaking the ABI in one more place :(

Jason Merrill jason@redhat.com
Wed May 19 19:49:00 GMT 2010


On 05/19/2010 03:31 PM, Paolo Carlini wrote:
> More seriously, in my informal exchanges I don't use C++0x anymore, it
> would be ridiculous, no?

Not IMO.  It's just a placeholder name.

>> It already has virtual functions, so it shouldn't affect the size of
>> the object.
> But it does, even if at the moment I don't know *exactly* why.

-fdump-class-hierarchy might help.

> In any case abi_check fails because of the size increase :(

Using an inline namespace is probably the way to go.

Jason



More information about the Libstdc++ mailing list