Thread overview
[Issue 21522] function gets lost when aliasing an overloaded function template
[Issue 21522] function get lost when aliasing an overloaded function template
Jan 03, 2021
Dlang Bot
Jan 03, 2021
Boris Carvajal
Jan 04, 2021
Dlang Bot
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21522

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 #12091 "Fix Issue 21522 - function get lost when aliasing an overloaded funct…" fixing this issue:

- Fix Issue 21522 - function get lost when aliasing an overloaded function template

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

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|function get lost when      |function gets lost when
                   |aliasing an overloaded      |aliasing an overloaded
                   |function template           |function template

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

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 #12091 "Fix Issue 21522 - function gets lost when aliasing an overloaded funct…" was merged into master:

- 6299cc5a95e5fa4a4476710911672c2aed372f41 by Boris Carvajal:
  Fix Issue 21522 - function get lost when aliasing an overloaded function
template

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

--