June 28, 2017
https://issues.dlang.org/show_bug.cgi?id=1997

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

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

--- Comment #3 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
This issue is not fixable in the general case - constructor arguments do not necessarily line up with type arguments. As pointed out above, the correct fix is to use a factory function.

--
August 04, 2020
https://issues.dlang.org/show_bug.cgi?id=1997

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |porton@narod.ru

--- Comment #4 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
*** Issue 21106 has been marked as a duplicate of this issue. ***

--