[Issue 9828] Inconsistent lowering of 1-element tuple to its element
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sat Aug 27 16:12:41 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=9828
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
Indeed I came to the same conclusions. The tuple is only lowered on request,
like for alias parameters. In the last code example `Foo[0]` should be used;
--
    
    
More information about the Digitalmars-d-bugs
mailing list