https://issues.dlang.org/show_bug.cgi?id=15167
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #9 from Martin Nowak <[email protected]> --- (In reply to Kenji Hara from comment #6) > (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? Nope, as I said initially > It might indeed be treated as conflict but it used to work with 2.068.2 I found this in a often used dub binding for X11 and made a PR to fix it. https://github.com/nomad-software/x11/pull/12 --
