Thread overview
[Issue 21481] functions in overloaded template are lost when the template overloads an alias
Jan 03, 2021
Boris Carvajal
Jan 03, 2021
Boris Carvajal
Jan 03, 2021
Dlang Bot
Jan 04, 2021
Dlang Bot
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21481

Boris Carvajal <boris2.9@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boris2.9@gmail.com
            Summary|presence of function        |functions in overloaded
                   |template prevents           |template are lost when the
                   |diagnostic                  |template overloads an alias

--
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21481

Boris Carvajal <boris2.9@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All

--
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21481

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #12092 "Fix Issue 21481 - functions in overloaded template are lost when the …" fixing this issue:

- Fix Issue 21481 - functions in overloaded template are lost when the template overloads an alias

https://github.com/dlang/dmd/pull/12092

--
January 04, 2021
https://issues.dlang.org/show_bug.cgi?id=21481

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12092 "Fix Issue 21481 - functions in overloaded template are lost when the …" was merged into master:

- 518157506bc45bcd66b957f9330e0adc3d473be1 by Boris Carvajal:
  Fix Issue 21481 - functions in overloaded template are lost when the template
overloads an alias

https://github.com/dlang/dmd/pull/12092

--