[cxx-abi-dev] C++0x POD

Mark Mitchell mark at codesourcery.com
Thu Jul 16 16:28:58 UTC 2009


Lawrence Crowl wrote:
> With all the changes in the standard library, I do not see much
> value in preserving the ABI of the core language.  Programmers
> can reasonably expect some change to the ABI in a major release
> of the standard.

Not when they're not using the new features!

If a user gets a new compiler, compiles their application without
changes, and can't link with the library they have from a third-party
provider, I think we've made a mistake.  Of course, I'm fine with the
idea that using C++0x features causes the ABI to change.

-- 
Mark Mitchell
CodeSourcery
mark at codesourcery.com
(650) 331-3385 x713



More information about the cxx-abi-dev mailing list