On Sun, 24 Aug 2014 19:39:31 +0000
Idan Arye via Digitalmars-d <[email protected]> wrote:

> Currenly foreach does not accept type-without-argument - 
> `foreach(int; [1,2,3])` is a compiler error - so that's much 
> bigger a change than adding argument-less type inference for 
> lambdas.
ah, it's almost the same. easy deal. i updated my 'foreach patch', and
now it happily accepts `foreach(int; [1,2,3])`.
https://issues.dlang.org/show_bug.cgi?id=12488

Attachment: signature.asc
Description: PGP signature

Reply via email to