Thread overview
[Issue 18963] Relax restrictions on 'return' parameters when parameter is not a pointer
Jun 09, 2018
Walter Bright
Apr 10, 2021
Dlang Bot
June 09, 2018
https://issues.dlang.org/show_bug.cgi?id=18963

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/8346

--
June 14, 2018
https://issues.dlang.org/show_bug.cgi?id=18963

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/d8793c0db1eb7e981429f2bb06b45ebb023820da fix Issue 18963 - Relax restrictions on 'return' parameters when parameter is not a pointer

https://github.com/dlang/dmd/commit/7bf48f8a80f776bf019c2bd48f77850d3ade065c Merge pull request #8346 from WalterBright/fix18963

fix Issue 18963 - Relax restrictions on 'return' parameters when para… merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
June 14, 2018
https://issues.dlang.org/show_bug.cgi?id=18963

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12418 "[dmd-cxx] fix Issue 18963 - Relax restrictions on 'return' parameters when parameter is not a pointer" was merged into dmd-cxx:

- 07a419b3bff45ce79526cb67c913e3bf8c0540c0 by Walter Bright:
  [dmd-cxx] fix Issue 18963 - Relax restrictions on 'return' parameters when
parameter is not a pointer

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

--