
25 May
2006
25 May
'06
3:43 p.m.
Thorsten Ottosen wrote:
One might argue that aggregate initialization is less important when we can say
array<int,4> = make_array<4>(1)(2)(3)(4);
but I guess some people would be against that.
Aggregate initialization can be static, so in principle the two aren't semantically equivalent.