[Issue 21953] Arrayop accepted on static array, leading to runtime failure or wrong code

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 22 15:31:28 UTC 2021


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

Luís Ferreira <contact at lsferreira.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact at lsferreira.net

--- Comment #2 from Luís Ferreira <contact at lsferreira.net> ---
This also happens on direct assignment, if this helps on some implementation
details:

```
int[100] a = null;
```

--


More information about the Digitalmars-d-bugs mailing list