[Issue 16085] Imported name causes lookup deprecation warning even if masked by member name

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 29 12:38:08 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16085

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Martin Nowak <code at dawg.eu> ---
Error message at
https://github.com/dlang/phobos/commit/140c51447feb951d62016cf62d8349e013ecd521^

std/experimental/allocator/building_blocks/segregator.d(188): Deprecation:
std.experimental.allocator.building_blocks.bucketizer.Bucketizer!(FreeList!(GCAllocator,
0LU, 18446744073709551615LU, cast(Flag)false), 1LU, 128LU,
16LU).Bucketizer.reallocate is not visible from module
std.experimental.allocator.building_blocks.segregator
std/experimental/allocator/building_blocks/segregator.d(182): Deprecation:
std.experimental.allocator.building_blocks.bucketizer.Bucketizer!(FreeList!(GCAllocator,
0LU, 18446744073709551615LU, cast(Flag)false), 129LU, 256LU,
32LU).Bucketizer.reallocate is not visible from module
std.experimental.allocator.building_blocks.segregator
std/experimental/allocator/building_blocks/segregator.d(188): Deprecation:
std.experimental.allocator.building_blocks.bucketizer.Bucketizer!(FreeList!(GCAllocator,
0LU, 18446744073709551615LU, cast(Flag)false), 257LU, 512LU,
64LU).Bucketizer.reallocate is not visible from module
std.experimental.allocator.building_blocks.segregator
std/experimental/allocator/building_blocks/segregator.d(182): Deprecation:
std.experimental.allocator.building_blocks.bucketizer.Bucketizer!(FreeList!(GCAllocator,
0LU, 18446744073709551615LU, cast(Flag)false), 513LU, 1024LU,
128LU).Bucketizer.reallocate is not visible from module
std.experimental.allocator.building_blocks.segregator
std/experimental/allocator/building_blocks/segregator.d(188): Deprecation:
std.experimental.allocator.building_blocks.bucketizer.Bucketizer!(FreeList!(GCAllocator,
0LU, 18446744073709551615LU, cast(Flag)false), 1025LU, 2048LU,
256LU).Bucketizer.reallocate is not visible from module
std.experimental.allocator.building_blocks.segregator
std/experimental/allocator/building_blocks/segregator.d(182): Deprecation:
std.experimental.allocator.building_blocks.bucketizer.Bucketizer!(FreeList!(GCAllocator,
0LU, 18446744073709551615LU, cast(Flag)false), 2049LU, 3584LU,
512LU).Bucketizer.reallocate is not visible from module
std.experimental.allocator.building_blocks.segregator

--


More information about the Digitalmars-d-bugs mailing list