- Associated constraints (requires clauses, currently) are now enforced when instantiating/specializing templates and when considering partial specializations and function overloads.
- Elaborated diagnostics give helpful insight as to why the constraints were not satisfied.
This patch depends upon D41284
Can we move this into CheckTemplateArgumentList? Would that make sense in the bigger picture?
(Please put the && on the previous line.)