Thread overview | |||||
---|---|---|---|---|---|
|
May 27, 2016 [Issue 16081] CTFE mistakes &arr for arr in cast | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16081 --- Comment #1 from Sobirari Muhomori <dfj1esp02@sneakemail.com> --- Also: size_t f() { int[] arr = [13]; return *(cast(size_t*) &arr); } Error: reinterpreting cast from int[] to ulong* is not supported in CTFE -- |
December 17, 2022 [Issue 16081] CTFE mistakes &arr for arr in cast | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16081 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 13 [Issue 16081] CTFE mistakes &arr for arr in cast | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=16081 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/17757 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation