On 2011-06-20 11:56, Jose Armando Garcia wrote: > 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?
Plain Old Datatype. It's a user-defined data type with member variables but no functions. It just holds data. - Jonathan M Davis
