https://issues.dlang.org/show_bug.cgi?id=15508
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- (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 --
