[clang] [clang] check deduction consistency when partial ordering function templates (PR #100692)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 27 08:52:29 PDT 2024
================
@@ -2976,6 +3091,18 @@ static TemplateDeductionResult ConvertDeducedTemplateArguments(
continue;
}
+ // [temp.deduct.partial]p12 - When partial ordering, it's ok for template
----------------
cor3ntin wrote:
```suggestion
// [C++26][temp.deduct.partial]p12 - When partial ordering, it's ok for template
```
https://github.com/llvm/llvm-project/pull/100692
More information about the cfe-commits
mailing list