Make tanya.memory.allocator compatible with dmd < 2.072
This commit is contained in:
parent
a4aa5bcb2e
commit
b78ecdf4c5
@ -12,7 +12,7 @@ module tanya.memory.allocator;
|
||||
|
||||
import std.experimental.allocator;
|
||||
import std.traits;
|
||||
import std.typecons : Ternary;
|
||||
import std.typecons;
|
||||
|
||||
/**
|
||||
* Abstract class implementing a basic allocator.
|
||||
|
Loading…
Reference in New Issue
Block a user