Thread overview
[Issue 14468] [Reg 2.068.0-devel] overload mismatch for template instance with typesafe variadic parameter
Apr 20, 2015
Martin Nowak
Apr 20, 2015
Martin Nowak
Apr 21, 2015
Kenji Hara
April 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14468

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
*** Issue 14462 has been marked as a duplicate of this issue. ***

--
April 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14468

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
Temporary workaround is to explicitly pass null as typesafe variadic argument.

--
April 21, 2015
https://issues.dlang.org/show_bug.cgi?id=14468

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4603

--
April 21, 2015
https://issues.dlang.org/show_bug.cgi?id=14468

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9c728ce3a8757050cc50407df34eb3f4d0bbceed
fix Issue 14468 - overload mismatch for template instance with typesafe
variadic parameter

https://github.com/D-Programming-Language/dmd/commit/2c102ce5d55cea1259a27e3e32c850cc39f53d6b Merge pull request #4603 from 9rnsr/fix14468

[REG2.068a] Issue 14468 - overload mismatch for template instance with typesafe variadic parameter

--
April 21, 2015
https://issues.dlang.org/show_bug.cgi?id=14468

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14468

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9c728ce3a8757050cc50407df34eb3f4d0bbceed
fix Issue 14468 - overload mismatch for template instance with typesafe
variadic parameter

https://github.com/D-Programming-Language/dmd/commit/2c102ce5d55cea1259a27e3e32c850cc39f53d6b Merge pull request #4603 from 9rnsr/fix14468

--