mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 15:40:36 +03:00
![]() When instantiating SharedFreeList with a 0 minSize and a chooseAtRuntime maxSize, it will give an error like so: std/experimental/allocator/building_blocks/free_list.d(822): Error: undefined identifier _min, did you mean alias min? This commit resolves the error message by using 'min' instead of '_min', because '_min' is only available when (minSize == chooseAtRuntime). |
||
---|---|---|
.. | ||
building_blocks | ||
common.d | ||
gc_allocator.d | ||
mallocator.d | ||
mmap_allocator.d | ||
package.d | ||
showcase.d | ||
typed.d |