https://issues.dlang.org/show_bug.cgi?id=7680
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid --- Comment #2 from Nick Treleaven <[email protected]> --- With only the top overload present, the code compiles even though the argument is `Bar!int`, not `Bar!(const int)`: > template Foo26(T:Bar!(const T)) --
