On Thu, Mar 12, 2009 at 8:09 AM, bearophile <bearophileh...@lycos.com> wrote:
> wolftousen wrote:
>> some_function([ x[0], x[1], x[2], x[3] ]);
>
> That may also be written:
> some_function(x[0 .. 4]);

Wrong types.

Reply via email to