Skip to content

Commit 1a0221e

Browse files
committed
Make _threadAllocator private.
1 parent 0d627bf commit 1a0221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/experimental/allocator/package.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ interface ISharedAllocator
460460
}
461461

462462
private shared ISharedAllocator _processAllocator;
463-
IAllocator _threadAllocator;
463+
private IAllocator _threadAllocator;
464464

465465
private void setupThreadAllocator()
466466
@safe nothrow @nogc {

0 commit comments

Comments
 (0)