This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]