[Issue 12171] Parenthesis-less call fails in static array length context

2017-09-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12171

--- Comment #3 from RazvanN  ---
Seeing as the platform on which the bug was reported is windows, I modified to
WORKSFORME, if anyone has a windows platform, please try the example and reopen
if necessary.

--


[Issue 12171] Parenthesis-less call fails in static array length context

2017-09-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12171

RazvanN  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--


[Issue 12171] Parenthesis-less call fails in static array length context

2017-09-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12171

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |FIXED

--- Comment #2 from RazvanN  ---
This code successfully compiles on git HEAD ubuntu 16.04. Closing as fixed.

--