[Issue 22569] emplace silently escapes @safe

2021-12-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22569 --- Comment #1 from Stanislav Blinov --- 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. --

[Issue 22569] emplace silently escapes @safe

2022-02-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22569 Florian Weimer changed: What|Removed |Added CC||f...@deneb.enyo.de --

[Issue 22569] emplace silently escapes @safe

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22569 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --