May 27, 2024 [Issue 24569] operator overloading on pointer to value-type instances | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24569 Dennis <dkorpel@live.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkorpel@live.nl --- Comment #1 from Dennis <dkorpel@live.nl> --- Pointers already overload most operators (pointer arithmetic and slicing), so I don't think it's good practice to depend on overloading the remaining ones. Do you have a real type in use where you want to overload concatenation but keep pointer indexing? -- |
December 13 [Issue 24569] operator overloading on pointer to value-type instances | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24569 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/20459 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation