Thread overview
[Issue 20775] Missing fail compilation test for passing types that need destruction
Apr 26, 2020
Dlang Bot
Apr 26, 2020
Iain Buclaw
Apr 27, 2020
Dlang Bot
April 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20775

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/dmd pull request #11065 "fix Issue 20771, 20772, disallow passing non-trivially copyable types as variadic arguments" fixing this issue:

- fix Issue 20775 - Missing fail compilation test for passing types that need destruction

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

--
April 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20775

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
           Severity|enhancement                 |normal

--
April 27, 2020
https://issues.dlang.org/show_bug.cgi?id=20775

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 #11065 "fix Issue 20771, 20772, 20775 disallow passing non-trivially copyable types as variadic arguments" was merged into master:

- 48001555a8d9a277e50f259fffc87aa85f8ac48e by Iain Buclaw:
  fix Issue 20775 - Missing fail compilation test for passing types that need
destruction

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

--