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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri May 27 13:14:38 PDT 2016


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu
           Assignee|nobody at puremagic.com        |code at dawg.eu

--- Comment #2 from Martin Nowak <code at dawg.eu> ---
Error case

import common = std.experimental.allocator.common : roundUpToMultipleOf,
reallocate;
common.reallocate(foo, bar);

--


More information about the Digitalmars-d-bugs mailing list