[phobos] [dlang/phobos] b7165c: Move Ternary from std.experimental.allocator.commo...
GitHub via phobos
phobos at puremagic.com
Tue May 24 07:29:24 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: b7165c04bc73379d5d9290dadb46971a925f2c56
https://github.com/dlang/phobos/commit/b7165c04bc73379d5d9290dadb46971a925f2c56
Author: Jack Stouffer <jack at jackstouffer.com>
Date: 2016-05-24 (Tue, 24 May 2016)
Changed paths:
M changelog.dd
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_list.d
M std/experimental/allocator/building_blocks/kernighan_ritchie.d
M std/experimental/allocator/building_blocks/null_allocator.d
M std/experimental/allocator/building_blocks/region.d
M std/experimental/allocator/building_blocks/scoped_allocator.d
M std/experimental/allocator/building_blocks/segregator.d
M std/experimental/allocator/building_blocks/stats_collector.d
M std/experimental/allocator/common.d
M std/typecons.d
Log Message:
-----------
Move Ternary from std.experimental.allocator.common to std.typecons
Commit: b94026470d773b103c3252d638062b7804780031
https://github.com/dlang/phobos/commit/b94026470d773b103c3252d638062b7804780031
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2016-05-24 (Tue, 24 May 2016)
Changed paths:
M changelog.dd
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_list.d
M std/experimental/allocator/building_blocks/kernighan_ritchie.d
M std/experimental/allocator/building_blocks/null_allocator.d
M std/experimental/allocator/building_blocks/region.d
M std/experimental/allocator/building_blocks/scoped_allocator.d
M std/experimental/allocator/building_blocks/segregator.d
M std/experimental/allocator/building_blocks/stats_collector.d
M std/experimental/allocator/common.d
M std/typecons.d
Log Message:
-----------
Merge pull request #4307 from JackStouffer/allocator
Move Ternary from std.experimental.allocator.common to std.typecons
Compare: https://github.com/dlang/phobos/compare/8f24656082cc...b94026470d77
More information about the phobos
mailing list