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

--- Comment #10 from Andrej Mitrovic <[email protected]> ---
(In reply to monarchdodra from comment #9)
> Yeah, but I'm saying that:
> import mod_a, mod_d;
> static assert(a != b);

One workaround for this is to encode the module name in the identifier (hence
why a string-based approach might be more useful than just a trait that returns
a number).

--

Reply via email to