https://issues.dlang.org/show_bug.cgi?id=2126
Dmitry Olshansky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #2 from Dmitry Olshansky <[email protected]> --- > According to the documentation, the colon in 'C(T:A!(TT),TT)' means "the same > > as or derived from". So the second line of the output should be > "implememtation for T the same as or derived from A!(TT)." in my opinion. Was fixed in the meantime, since the original code in 2.079 prints: implememtation for T the same as or derived from A!(TT). implememtation for T the same as or derived from A!(TT). implementation for generic T. Whereas it was: implememtation for T the same as or derived from A!(TT). implementation for generic T. implementation for generic T. So this ehancement was done sometime ago. --
