[Issue 7521] Add const inference for templated method and delegate parameters

2018-10-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7521 Nathan S. changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 7521] Add const inference for templated method and delegate parameters

2020-04-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7521 Witold Baryluk changed: What|Removed |Added CC||witold.barylu...@gmail.com --

[Issue 7521] Add const inference for templated method and delegate parameters

2012-02-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7521 --- Comment #1 from timon.g...@gmx.ch 2012-02-16 07:59:35 PST --- The original example contained some mistakes, second try: int glob; class Foo(alias a){ int x; void foo(){a(this);} static void bar(Foo x){a(x);} } void main(){

[Issue 7521] Add const inference for templated method and delegate parameters

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7521 --- Comment #2 from timon.g...@gmx.ch 2012-02-25 07:06:34 PST --- This probably shouldn't be done for virtual functions of templated classes. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receivi

[Issue 7521] Add const inference for templated method and delegate parameters

2014-02-08 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7521 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #3

[Issue 7521] Add const inference for templated method and delegate parameters

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