Thread overview
[Issue 21920] [REG master] Error: `auto` can only be used as part of `auto ref` for template function parameters
May 14, 2021
Iain Buclaw
May 17, 2021
Dlang Bot
May 18, 2021
Dlang Bot
May 14, 2021
https://issues.dlang.org/show_bug.cgi?id=21920

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry, rejects-valid
                 CC|                            |ibuclaw@gdcproject.org

--
May 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21920

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/phobos pull request #8092 "Revert "Fix Issue 9489 - writeln of struct with disabled copy ctor"" mentioning this issue:

- Issue 21920 - [REG master] Error: `auto` can only be used as part of `auto ref` for template function parameters

https://github.com/dlang/phobos/pull/8092

--
May 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21920

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/phobos pull request #8092 "Revert "Fix Issue 9489 - writeln of struct with disabled copy ctor"" was merged into master:

- c16220295f19bef83dfe584cf2f4c8c31edbc5a7 by Iain Buclaw:
  fix Issue 21920 - [REG master] Error: `auto` can only be used as part of
`auto ref` for template function parameters

https://github.com/dlang/phobos/pull/8092

--