https://issues.dlang.org/show_bug.cgi?id=15782
John Colvin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |john.loughran.colvin@gmail. | |com --- Comment #2 from John Colvin <[email protected]> --- If that test had used builtin types it would never have passed, it was a bug in Alias when dealing with qualified user-defined types. I understand that it's frustrating to have old code break, but having templates like Alias & NoDuplicates strip qualifiers for user-defined types but not builtins is definitely not an option. So we have 2 choices: it always strips or it never strips. The second seems vastly preferable to me. --
