phobos/std/experimental/allocator
cjoan 0c41d96b13 Bugfix for "undefined identifier _min" in SharedFreeList.
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).
2017-07-10 06:43:11 +02:00
..
building_blocks Bugfix for "undefined identifier _min" in SharedFreeList. 2017-07-10 06:43:11 +02:00
common.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
gc_allocator.d Fix style problems in std.experimental.allocator.gc_allocator 2017-04-05 10:55:22 -04:00
mallocator.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
mmap_allocator.d Replace LUCKY links with actual links 2017-02-28 23:46:54 +01:00
package.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
showcase.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00
typed.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00