[libcxx-commits] [clang] [libcxx] [Clang][WIP] Normalize constraints before checking for satisfaction (PR #141776)

Younan Zhang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 9 08:53:19 PDT 2025


================
@@ -352,6 +356,8 @@ class TreeTransform {
   /// being expanded.
   void ExpandingFunctionParameterPack(ParmVarDecl *Pack) { }
 
+  bool ShouldPreserveTemplateArgumentsPacks() const { return false; }
+
----------------
zyn0217 wrote:

This is no longer needed afaik :)

https://github.com/llvm/llvm-project/pull/141776


More information about the libcxx-commits mailing list