Remove @safe from potentially unsafe code
This commit is contained in:
@ -268,7 +268,7 @@ class MmapPool : Allocator
|
||||
}
|
||||
|
||||
///
|
||||
@nogc @safe nothrow unittest
|
||||
@nogc nothrow unittest
|
||||
{
|
||||
void[] p;
|
||||
MmapPool.instance.reallocate(p, 10 * int.sizeof);
|
||||
|
Reference in New Issue
Block a user