
25 May
2006
25 May
'06
9:15 p.m.
AlisdairM wrote:
Thorsten Ottosen wrote:
Note that the former zero-initializes the remaining elements.
Are you sure about that? I would have assumed value initialization, rather than zero initialization, although the former often results in the latter.
I think you're right. It does a[i] = value_type(); -Thorsten