https://issues.dlang.org/show_bug.cgi?id=12676
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #4 from Andrej Mitrovic <[email protected]> --- Ok, the OP example wasn't supported, but this must be a bug: ----- template Templ1() { } template Templ2 ( alias T : Templ1 = Templ1, ) { } ----- test.d(5): Error: Cannot interpret Templ1() at compile time --
