On Monday, 22 June 2015 at 19:51:50 UTC, Andrei Alexandrescu
wrote:
2. `IAllocator` is defined inside `package.d` file. That means
that it
is impossible to use interface without import ALL of allocator
modules
Fixed, now interested users need to import
std.experimental.allocator.building_blocks.
3. Same concern is about
https://github.com/andralex/phobos/blob/allocator/std/experimental/allocator/package.d#L218-L228
- unless you actually import all stuff via package.d, those
configured
allocators are not available.
Fixed per above.
Is it? I still see those symbols defined in package.d ,
14ccc3a02f3dd332cb435abaf3c35cb8847797c0 does not seem to have
affected that.