Pathological import symbol shadowing
Kagamin
spam at here.lot
Sat Nov 14 14:13:32 UTC 2020
On Saturday, 14 November 2020 at 03:10:34 UTC, Timon Gehr wrote:
> It should just use the standard import rules with overload
> sets. Then the code above would just work and no hijacking
> would be possible.
You mean the code should not compile because symbols from
different modules are in different overload sets? But then get
from curl will always conflict with get in object, and thus will
be unusable without renaming or FQN.
More information about the Digitalmars-d
mailing list