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