https://issues.dlang.org/show_bug.cgi?id=14723
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dlang-bugzilla@thecybershad | |ow.net Hardware|x86_64 |All OS|Linux |All --- Comment #1 from Vladimir Panteleev <[email protected]> --- This looks like a very simple fix. In Druntime, in rt.lifetime, in _d_newitemU, change: auto blkInf = GC.qalloc(size, flags, ti); to: auto blkInf = GC.qalloc(size, flags, _ti); If you still would like this changed, please submit a PR. --
