[Issue 8184] problem with tuple argument deduction

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

[Issue 8184] problem with tuple argument deduction

2019-02-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8184 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment

[Issue 8184] problem with tuple argument deduction

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8184 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

Issue 8184 - problem with tuple argument deduction

2012-06-10 Thread Zhenya
this work class Bind(alias indeces) { static if(is(typeof(indeces) : int[])) { static auto opCall(D,V...)(D dg,V values) { static if(is(D d : R delegate(U), R, U...) is(V == Combination!(indeces,ParameterTypeTuple!D))) {