[phobos] [dlang/phobos] c183c2: Fixed std.algorithm imports in std.experimental.al...

GitHub via phobos phobos at puremagic.com
Sun Jul 3 00:00:57 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: c183c2e5c26027283946c49fb976cb05c3e1ea70
      https://github.com/dlang/phobos/commit/c183c2e5c26027283946c49fb976cb05c3e1ea70
  Author: Jack Stouffer <jack at jackstouffer.com>
  Date:   2016-07-03 (Sun, 03 Jul 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/affix_allocator.d
    M std/experimental/allocator/building_blocks/allocator_list.d
    M std/experimental/allocator/building_blocks/bitmapped_block.d
    M std/experimental/allocator/building_blocks/bucketizer.d
    M std/experimental/allocator/building_blocks/fallback_allocator.d
    M std/experimental/allocator/building_blocks/free_tree.d
    M std/experimental/allocator/building_blocks/kernighan_ritchie.d
    M std/experimental/allocator/building_blocks/region.d
    M std/experimental/allocator/building_blocks/segregator.d
    M std/experimental/allocator/package.d
    M std/experimental/allocator/showcase.d
    M std/experimental/allocator/typed.d

  Log Message:
  -----------
  Fixed std.algorithm imports in std.experimental.allocator to not be package wide


  Commit: cb070171f588d4d05f75655dde352c3b05c72ce5
      https://github.com/dlang/phobos/commit/cb070171f588d4d05f75655dde352c3b05c72ce5
  Author: Walter Bright <WalterBright at users.noreply.github.com>
  Date:   2016-07-03 (Sun, 03 Jul 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/affix_allocator.d
    M std/experimental/allocator/building_blocks/allocator_list.d
    M std/experimental/allocator/building_blocks/bitmapped_block.d
    M std/experimental/allocator/building_blocks/bucketizer.d
    M std/experimental/allocator/building_blocks/fallback_allocator.d
    M std/experimental/allocator/building_blocks/free_tree.d
    M std/experimental/allocator/building_blocks/kernighan_ritchie.d
    M std/experimental/allocator/building_blocks/region.d
    M std/experimental/allocator/building_blocks/segregator.d
    M std/experimental/allocator/package.d
    M std/experimental/allocator/showcase.d
    M std/experimental/allocator/typed.d

  Log Message:
  -----------
  Merge pull request #4548 from JackStouffer/patch-darksideofthemoon

Fixed std.algorithm imports in std.experimental.allocator to not be package wide


Compare: https://github.com/dlang/phobos/compare/b954b592cb1c...cb070171f588


More information about the phobos mailing list