[Issue 15167] [REG2.069-devel] conflicting error with repeated alias declaration
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Oct  8 18:23:38 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15167
--- Comment #6 from Kenji Hara <k.hara.pg at gmail.com> ---
(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.
--
    
    
More information about the Digitalmars-d-bugs
mailing list