September 18, 2019
https://issues.dlang.org/show_bug.cgi?id=20224

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 updated dlang/dmd pull request #10417 "Fix issue 20223: Wrong mangling for const reference of callback" fixing this issue:

- Fix issue 20224: Segfault when using ref parameter on a templated struct (C++
mangling)

  The previous commit actually fixes the issue, this simply adds the test from
the issue

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

--
September 23, 2019
https://issues.dlang.org/show_bug.cgi?id=20224

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 #10417 "Fix issue 20223 + 20224: Wrong mangling for const reference of callback" was merged into stable:

- c23c2cecb08cb44b00577be28fde91b09e7c07bd by Geod24:
  Fix issue 20223, 20224: Wrong mangling for const reference

  In addition to the wrong mangling, the substitution pool needed to be
adjusted.

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

--