December 25, 2022
https://issues.dlang.org/show_bug.cgi?id=23578

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton created dlang/dmd pull request #14738 "Fix Issue 23578 - Pattern match alias template parameters in is expre…" fixing this issue:

- Fix Issue 23578 - Pattern match alias template parameters in is expressions.

  Ended up as a relatively simple diff - finding where to put it took a while.

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

--
December 25, 2022
https://issues.dlang.org/show_bug.cgi?id=23578

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 #14738 "Fix Issue 23578 - Pattern match alias template parameters in is expre…" was merged into master:

- 017b66355337c28986d5b433279b3584a99b3cb9 by mhh:
  Fix Issue 23578 - Pattern match alias template parameters in is expressions.

  Ended up as a relatively simple diff - finding where to put it took a while.

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

--