[dcl.init.general]/21 should be
... Destroying an object of class type invokes the destructor of the class. Destroying a scalar type object has no effect other than ending the lifetime of the object ([basic.life]). Destroying an array destroys each element in reverse subscript order.
|
Destroying a scalar type has no effect other than |
[dcl.init.general]/21 should be
draft/source/declarations.tex
Line 5532 in e908596