Thread overview | ||||||
---|---|---|---|---|---|---|
|
November 05, 2018 [Issue 19363] Manifest constant delegates are mutable | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19363 --- Comment #1 from lngns <contact@lngnslnvsk.net> --- Actually, `const u = &(new C().foo);` fails even if C.foo does not mutate its object and is annotated const. So I would suggest failing only for non-const methods, though that may be a bigger change. -- |
November 05, 2018 [Issue 19363] Manifest constant delegates are mutable | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19363 lngns <contact@lngnslnvsk.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |All OS|Windows |All Severity|enhancement |minor -- |
December 17, 2022 [Issue 19363] Manifest constant delegates are mutable | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19363 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 13 [Issue 19363] Manifest constant delegates are mutable | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19363 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19503 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation