Make tanya.memory.allocator compatible with dmd < 2.072

This commit is contained in:
Eugen Wissner 2016-12-01 20:04:04 +01:00
parent a4aa5bcb2e
commit b78ecdf4c5
1 changed files with 1 additions and 1 deletions

View File

@ -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.