[Issue 15062] ElementType Causes Abnormally Long Compile Time

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 15 10:57:50 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=15062

ag0aep6g at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |performance
                 CC|                            |ag0aep6g at gmail.com
           Hardware|x86                         |All
                 OS|Windows                     |All

--- Comment #1 from ag0aep6g at gmail.com ---
Reduced:

alias R = uint[ushort.max];
void front(T)(T[] a) {}
void main() {front(R.init);}

--


More information about the Digitalmars-d-bugs mailing list