mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 06:28:28 +03:00
Change comment to reflect change
This commit is contained in:
parent
9bad191d6a
commit
caadfecd26
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue