https://issues.dlang.org/show_bug.cgi?id=15027
--- Comment #7 from Walter Bright <[email protected]> --- (In reply to Rainer Schuetze from comment #6) > Maybe template argument type deduction should just try the aliased type if > the struct type itself fails. Doesn't this fit with other rules regarding > "alias this"? The trouble is that it fails in the constraint, not the type deduction part. --
