[Issue 19783] Fail to emplace struct with betterC
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Apr 29 06:25:06 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=19783
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
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
--
More information about the Digitalmars-d-bugs
mailing list