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

--- Comment #1 from Stanislav Blinov <stanislav.bli...@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.

--

Reply via email to