Change comment to reflect change

This commit is contained in:
Alexandru Jercaianu 2017-11-09 13:52:51 +02:00
parent 9bad191d6a
commit caadfecd26

View file

@ -24,7 +24,8 @@ struct FallbackAllocator(Primary, Fallback)
import std.traits : hasMember;
import std.typecons : Ternary;
// Need at least one stateless allocator for this to work
// Need both allocators to be stateless
// This is to avoid using default initialized stateful allocators
static if (!stateSize!Primary && !stateSize!Fallback)
@system unittest
{