================
@@ -134,11 +134,16 @@ static bool hasSameExtendedValue(llvm::APSInt X, 
llvm::APSInt Y) {
   return X == Y;
 }
 
+/// What kind of PartialOrdering we're performing template argument deduction
+/// for (C++0x [temp.deduct.partial]).
----------------
cor3ntin wrote:

```suggestion
/// for (C++11 [temp.deduct.partial]).
```

https://github.com/llvm/llvm-project/pull/94981
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to