C++0x POD

Jason Merrill jason at redhat.com
Wed Jul 15 15:06:29 UTC 2009


C++0x is changing the definition of POD again; most significantly, a POD 
can now have non-public data members, base classes, and non-default/copy 
constructors.

How do we want to deal with this?

Jason



More information about the cxx-abi-dev mailing list