[Issue 13407] Better error message for static array size overflow
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 23 11:04:26 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=13407
Dennis <dkorpel at live.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dkorpel at live.nl
Hardware|x86 |All
Resolution|--- |FIXED
OS|Windows |All
--- Comment #2 from Dennis <dkorpel at live.nl> ---
The error message is now a lot better:
```
`long[32768][32768]` size 262144 * 32768 exceeds 0x7fffffff size limit for
static array
```
--
More information about the Digitalmars-d-bugs
mailing list