Thread overview
[Issue 22569] emplace silently escapes @safe
Dec 04, 2021
Stanislav Blinov
Feb 13, 2022
Florian Weimer
Dec 17, 2022
Iain Buclaw
December 04, 2021
https://issues.dlang.org/show_bug.cgi?id=22569

--- Comment #1 from Stanislav Blinov <stanislav.blinov@gmail.com> ---
Correction: you'd need a cast not to call the target ctor, but to emulate one, because struct initialization in D is not uniform. One of the various code paths in the `emplace` implementation does this.

--
February 13, 2022
https://issues.dlang.org/show_bug.cgi?id=22569

Florian Weimer <fw@deneb.enyo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fw@deneb.enyo.de

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=22569

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 07
https://issues.dlang.org/show_bug.cgi?id=22569

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/17432

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--