https://issues.dlang.org/show_bug.cgi?id=19783
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dlang Bot <[email protected]> --- dlang/druntime pull request #3454 "Fix 19783 - Fail to emplace struct with betterC" was merged into master: - 41df5db46f613b5f538d51d53441fcfbe2760aab by MoonlightSentinel: 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 --
