[Issue 16389] "const" should be inferred for template methods

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16389 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 16389] "const" should be inferred for template methods

2016-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16389 --- Comment #3 from Andrei Alexandrescu --- (In reply to greenify from comment #2) > > Currently defining const and non-const versions of methods in generic code > > is redundant and error-prone. > > FWIW isn't inout a solution to a similar problem

[Issue 16389] "const" should be inferred for template methods

2016-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16389 greenify changed: What|Removed |Added CC||greeen...@gmail.com --- Comment #2 from greenify

[Issue 16389] "const" should be inferred for template methods

2016-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16389 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #1 fr