================
@@ -11682,6 +11683,7 @@ class Sema final : public SemaBase {
                         SmallVectorImpl<TemplateArgument> &SugaredConverted,
                         SmallVectorImpl<TemplateArgument> &CanonicalConverted,
                         CheckTemplateArgumentKind CTAK, bool PartialOrdering,
+                        bool PartialOrderingTTP,
----------------
erichkeane wrote:

Thats always the balance unfortunately.  I hate having 2 bools in a row like 
this, particularly when they are both SO similar in name/meaning.  I would 
still love an enum with 4 values, but I can wait to see if others are as 
concerned as I am, and disagree and commit if necessary.

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

Reply via email to