isPOD is broken?

Oleg B code.viator at gmail.com
Sat Mar 27 13:31:05 UTC 2021


On Friday, 26 March 2021 at 12:13:29 UTC, kinke wrote:
> A class *reference* is always a POD. Only structs can be 
> non-PODs.

In this case what means "does not have virtual functions, does 
not inherit"? Structs doesn't have virtual methods and they can't 
inherits.


More information about the Digitalmars-d-learn mailing list