$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-05-25 11:43:43
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.