Thread overview
[Issue 11581] Given T..., new T[0] does not work
Aug 10, 2015
Kenji Hara
Aug 11, 2015
Kenji Hara
August 10, 2015
https://issues.dlang.org/show_bug.cgi?id=11581

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k.hara.pg@gmail.com

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
*** Issue 14899 has been marked as a duplicate of this issue. ***

--
August 11, 2015
https://issues.dlang.org/show_bug.cgi?id=11581

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

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

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

--
February 07, 2016
https://issues.dlang.org/show_bug.cgi?id=11581

--- 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/d93d396842d84c57ddbbaf29e2509c9a9310978c fix Issue 11581 - Given T..., new T[0] does not work

Defer the indexing form check until NewExp::semantic.

https://github.com/D-Programming-Language/dmd/commit/b583111eb52760ee7c29cc4d862109bc806f2471 Merge pull request #4878 from 9rnsr/fix11581

Issue 11581 - Given T..., new T[0] does not work

--