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

Jason Merrill jason at redhat.com
Thu Jul 16 18:08:20 UTC 2009


On 07/16/2009 04:41 PM, Lawrence Crowl wrote:
> With respect to the complex<>  example, does the existing C++
> ABI match the C ABI for complex?

Yes, because complex<> has trivial copy constructor and destructor 
(libstdc++ leaves out the copy constructor mentioned in the standard).

Jason



More information about the cxx-abi-dev mailing list