https://issues.dlang.org/show_bug.cgi?id=13407
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Hardware|x86 |All Resolution|--- |FIXED OS|Windows |All --- Comment #2 from Dennis <[email protected]> --- The error message is now a lot better: ``` `long[32768][32768]` size 262144 * 32768 exceeds 0x7fffffff size limit for static array ``` --
