|
|
|
|
|
by kazinator
718 days ago
|
|
> Otherwise, zero-initialize and then default-initialize. That can't be right ... is it? Things cannot be initialized twice. Isn't it more like "Otherwise, recurse the value-initialization over the bases and members". Then, those that are not classes or arrays get zero-initialized. |
|
It doesn't mean that the lifetime of the object starts twice, or anything weird like that.