Thread overview
[Issue 15152] template fails to instantiate if argument is itself a template
Oct 05, 2015
Kenji Hara
[Issue 15152] [REG2.069.0-devel] template fails to instantiate if argument is itself a template
Oct 05, 2015
Kenji Hara
October 05, 2015
https://issues.dlang.org/show_bug.cgi?id=15152

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
           Hardware|x86_64                      |All
                 OS|Linux                       |All

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

--
October 05, 2015
https://issues.dlang.org/show_bug.cgi?id=15152

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|template fails to           |[REG2.069.0-devel] template
                   |instantiate if argument is  |fails to instantiate if
                   |itself a template           |argument is itself a
                   |                            |template

--
October 06, 2015
https://issues.dlang.org/show_bug.cgi?id=15152

--- Comment #2 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/4d1b0864d25660fdd347146c4a19ad9ba878a3bb
fix Issue 15152 - template fails to instantiate if argument is itself a
template

https://github.com/D-Programming-Language/dmd/commit/8830d971f730ff938b2628020f70b194c55854d2 Merge pull request #5163 from 9rnsr/fix15152

[REG2.069.0-devel] Issue 15152 - template fails to instantiate if argument is itself a template

--
October 07, 2015
https://issues.dlang.org/show_bug.cgi?id=15152

--- Comment #3 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/4d1b0864d25660fdd347146c4a19ad9ba878a3bb
fix Issue 15152 - template fails to instantiate if argument is itself a
template

https://github.com/D-Programming-Language/dmd/commit/8830d971f730ff938b2628020f70b194c55854d2 Merge pull request #5163 from 9rnsr/fix15152

--
August 02, 2017
https://issues.dlang.org/show_bug.cgi?id=15152

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/01de4bb5d7f9362ed9240b192d3046377047c9e1 Issue 15152 - template fails to instantiate if argument is itself a template

--