https://d.puremagic.com/issues/show_bug.cgi?id=12386
--- Comment #2 from Vladimir Panteleev <[email protected]> 2014-03-17 09:06:58 EET --- The above workaround doesn't work for certain cases: alias X(T) = T; void f(T, U)(T a, U b) if(is(U : X!T)) { } void main() { ubyte b = 5; f(b, 5); } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
