Thread overview
[Issue 19415] return non-copyable struct fails if member function has return attribute
Nov 20, 2018
RazvanN
Apr 09, 2021
Dlang Bot
November 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19415

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
PR: https://github.com/dlang/dmd/pull/8983

--
November 22, 2018
https://issues.dlang.org/show_bug.cgi?id=19415

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

https://github.com/dlang/dmd/commit/487a8c5f725f831f47e96c7417d50ed765daa22b Fix Issue 19415 - return non-copyable struct fails if member function has return attribute

https://github.com/dlang/dmd/commit/cba9e0bd80cc58919efee1a08cb49ecb087b2595 Merge pull request #8983 from RazvanN7/Issue_19415

Fix Issue 19415 - return non-copyable struct fails if member function has
return attribute
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

--
November 22, 2018
https://issues.dlang.org/show_bug.cgi?id=19415

github-bugzilla@puremagic.com changed:

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12411 "[dmd-cxx] fix Issue 21813 - [REG-master] Bootstrap broken from dmd-cxx baseline" was merged into dmd-cxx:

- 31e20d648ba820f62c9fe5b88553dae834937a3c by RazvanN7:
  [dmd-cxx] Fix Issue 19415 - return non-copyable struct fails if member
function has return attribute

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

--