On Mon, Jun 20, 2011 at 12:03 PM, bearophile <[email protected]> wrote: > Steven Schveighoffer: > A solution is to add this information at runtime, a type tag to structs that > have a postblit and/or destructor. But then structs aren't PODs any more. > There are other places to store this information, like in some kind of > associative array.
What are PODs?
