Thread overview | ||||||
---|---|---|---|---|---|---|
|
December 04, 2021 [Issue 22569] emplace silently escapes @safe | ||||
---|---|---|---|---|
| ||||
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 [Issue 22569] emplace silently escapes @safe | ||||
---|---|---|---|---|
| ||||
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 [Issue 22569] emplace silently escapes @safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=22569 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 07 [Issue 22569] emplace silently escapes @safe | ||||
---|---|---|---|---|
| ||||
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 -- |
Copyright © 1999-2021 by the D Language Foundation