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

--- Comment #6 from Kenji Hara <[email protected]> ---
(In reply to Martin Nowak from comment #0)
> version (X86_64)
>     alias ulong CARD64;
> 
> static if (true)
>     alias ulong CARD64;

@Martin Is there any reasons that you cannot remove the alias repetition?
Currently any identical aliases of unoverloadable entities (type, and
unoverloadable symbols - variable, module, package, import, template and
instance) just always conflict in a scope.

--

Reply via email to