Thread overview
[Issue 21753] Struct literal with function literal member not allowed as template value argument
Mar 24, 2021
Dlang Bot
Mar 24, 2021
Dlang Bot
Apr 03, 2021
Dlang Bot
March 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21753

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 #12300 "Fix Issue 21753 - Struct literal with function literal member not allowed" fixing this issue:

- Fix Issue 21753 - Struct literal with function literal member not allowed as template value argument

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

--
March 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21753

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 #12300 "Fix Issue 21753 - Struct literal with function literal member not allowed" was merged into master:

- abe4ac1b6a3b89865076cc6f33ff18f29d24bd58 by Boris Carvajal:
  Fix Issue 21753 - Struct literal with function literal member not allowed as
template value argument

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #2989 "abi: add mangling for issue 21753" was merged into master:

- e268c4b79dd79aa1198f48372bad86f695c0f40c by Boris Carvajal:
  abi: add mangling for issue 21753

https://github.com/dlang/dlang.org/pull/2989

--