R
Ron Natalie
Mike said:The difference between our assertions is that you qualified
with 'POD' (and I used 'automatic' instead of 'default').
Yes, without the qualification of POD types, your statement
is wrong. The defect in the language is that automatic POD
types are not default initalized when other non-POD types
would be.
I think you're confusing me. What about such an object
initialized via an argument? (OR do you mean only those
declarations lacking an initializer?)
Default initialization, i.e., those without explicit initializers.