[Issue 24343] Read only data used to initialize objects that are mostly zero
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Feb 23 18:54:51 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24343
johanengelen at weka.io changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |johanengelen at weka.io
--- Comment #2 from johanengelen at weka.io ---
How will this code be treated?
```
const(void[]) f() {
return __traits(initSymbol, T);
}
```
--
More information about the Digitalmars-d-bugs
mailing list