Thread overview
[Issue 8184] problem with tuple argument deduction
Dec 17, 2022
Iain Buclaw
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=8184

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
February 06, 2019
https://issues.dlang.org/show_bug.cgi?id=8184

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Tested on latest DMD (v2.084.0-395-gcb3a72613). Could not reproduce problem.

Please provide more details, what does it mean "does not work"? Compile error? Runtime error? Wrong semantics?

Also, please provide a full compilable/runnable code, since from the given code it's not clear which instantiation parameters causes it to fail.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=8184

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--