https://issues.dlang.org/show_bug.cgi?id=15508
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from [email protected] --- (In reply to b2.temp from comment #1) > (In reply to Илья Ярошенко from comment #0) > > std\experimental\allocator\mallocator.d(277): Error: @nogc function > > 'std.experimental.allocator.mallocator.AlignedMallocator.alignedReallocate' > > cannot call non-@nogc function > > 'std.experimental.allocator.mallocator.AlignedMallocator.deallocate' > > on master or 2.070 beta 1 ? > > yet it is well taged @nogc > > https://github.com/D-Programming-Language/phobos/blob/master/std/ > experimental/allocator/mallocator.d#L243 Sorry for the noise, I've just seen it's it's been fixed 10 hours ago: https://github.com/D-Programming-Language/phobos/pull/3898 --
