[Issue 17401] type inference broken when F and Parameters!F are used

2023-01-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17401 Luís Ferreira changed: What|Removed |Added CC||cont...@lsferreira.net --- Comment #5 from

[Issue 17401] type inference broken when F and Parameters!F are used

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

[Issue 17401] type inference broken when F and Parameters!F are used

2020-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17401 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #4

[Issue 17401] type inference broken when F and Parameters!F are used

2017-05-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17401 --- Comment #3 from Tomer Filiba (weka) --- I'm from weka (updated my email to the company's email thanks to your advice) --

[Issue 17401] type inference broken when F and Parameters!F are used

2017-05-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17401 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 17401] type inference broken when F and Parameters!F are used

2017-05-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17401 --- Comment #1 from Tomer Filiba --- the first version (wrap1) would have been OK, but it cannot be used with `ref`/`scope`/`lazy` etc, as these would be lost when using `T...`. so void f(ref int x) {} int x; wrap1(, x); //

[Issue 17401] type inference broken when F and Parameters!F are used

2017-05-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17401 Tomer Filiba changed: What|Removed |Added Keywords||industry --