You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is surprising that the single syntax Concept<X> can be a type-constraint (which becomes Concept<T,X>, not the Concept<X><T> that would result from adding <T> as for the other kind of type-constraint) or a very different id-expression.
Proposed change:
Add a syntactic disambiguator, perhaps in the trivial form of Concept<,X> for the type-constraint case.