Thread overview | |||||
---|---|---|---|---|---|
|
March 28, 2016 [Issue 7340] inout not resolved for default parameters | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=7340 Maksim Zholudev <maximzms@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maximzms@gmail.com --- Comment #1 from Maksim Zholudev <maximzms@gmail.com> --- DMD 2.070.2 -------------------- inout(int) bar(inout(int) y = 0){return y;} pragma(msg, typeof(bar())); pragma(msg, typeof(bar(0))); -------------------- Output: -------------------- inout(int) int -------------------- `inout` qualifier somehow escapes the context of `bar` function. -- |
December 17, 2022 [Issue 7340] inout not resolved for default parameters | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=7340 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 -- |
December 13 [Issue 7340] inout not resolved for default parameters | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=7340 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/18403 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation