[Issue 12488] foreach() should accept (and ignore) 'auto' in ForeachType
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun Aug 24 12:57:19 PDT 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=12488
Ketmar Dark <ketmar at ketmar.no-ip.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1387|0                           |1
        is obsolete|                            |
--- Comment #4 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
Created attachment 1388
  --> https://issues.dlang.org/attachment.cgi?id=1388&action=edit
updated patch
patch updated. now things like "foreach (int n; [0, 1, 2, 3]) {}" are allowed.
--
    
    
More information about the Digitalmars-d-bugs
mailing list