https://issues.dlang.org/show_bug.cgi?id=19783
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #3 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/druntime pull request #3454 "Fix 19783 - Fail to emplace struct with betterC" fixing this issue: - Fix 19783 - Fail to emplace struct with betterC Defining the helper function as a template ensures that it is available when not linking druntime. (`pragma(inline, true)` didn't work) https://github.com/dlang/druntime/pull/3454 --
