October 22
https://issues.dlang.org/show_bug.cgi?id=24822

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #17019 "fix Issue 24822 - When passing a non-POD argument to an rvalue parame…" fixing this issue:

- fix bugzilla Issue 24822 - When passing a non-POD argument to an rvalue parameter, an unnecessary blit is done

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

--
October 22
https://issues.dlang.org/show_bug.cgi?id=24822

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 #17019 "fix bugzilla Issue 24822 - When passing a non-POD argument to an rvalue parame…" was merged into master:

- 8f9e88dc3a29197bf6f0a60cd94227e8a3e3882d by Walter Bright:
  fix bugzilla Issue 24822 - When passing a non-POD argument to an rvalue
parameter, an unnecessary blit is done

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

--