Thread overview
[Issue 6613] Can't use empty tuple as default value for variadic template function parameter
Jan 08, 2015
Kenji Hara
Jan 08, 2015
Kenji Hara
January 08, 2015
https://issues.dlang.org/show_bug.cgi?id=6613

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |13950, 2803

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
This is one of the case in issue 2803.
And from 2.062, it's also blocked by regression issue 13950.

--
January 08, 2015
https://issues.dlang.org/show_bug.cgi?id=6613
Issue 6613 depends on issue 13950, which changed state.

Issue 13950 Summary: [REG2.062] zero-length tuple does not work on function default argument https://issues.dlang.org/show_bug.cgi?id=13950

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

--
January 08, 2015
https://issues.dlang.org/show_bug.cgi?id=6613

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/4261

--
April 18, 2015
https://issues.dlang.org/show_bug.cgi?id=6613
Issue 6613 depends on issue 2803, which changed state.

Issue 2803 Summary: template + default argument = doesn't work https://issues.dlang.org/show_bug.cgi?id=2803

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

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

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/D-Programming-Language/dmd/commit/37d633886a342c621ff4705428480f62cc5ab27a
fix Issue 6613 - Can't use empty tuple as default value for variadic template
function parameter

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

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

https://github.com/D-Programming-Language/dmd/commit/37d633886a342c621ff4705428480f62cc5ab27a
fix Issue 6613 - Can't use empty tuple as default value for variadic template
function parameter

--