[clang] [clang] Allow pack expansions when partial ordering against template template parameters (PR #91833)
via cfe-commits
cfe-commits at lists.llvm.org
Sat May 11 07:26:31 PDT 2024
================
@@ -707,6 +707,7 @@ Bug Fixes to C++ Support
initialized, rather than evaluating them as a part of the larger manifestly constant evaluated
expression.
- Fix a bug in access control checking due to dealyed checking of friend declaration. Fixes (#GH12361).
+- When partial ordering alias templates against template template parameters, allow pack expansions when the alias has a fixed-size parameter list. Fixes (#GH62529).
----------------
cor3ntin wrote:
```suggestion
- When partial ordering alias templates against template template parameters,
allow pack expansions when the alias has a fixed-size parameter list. Fixes (#GH62529).
```
https://github.com/llvm/llvm-project/pull/91833
More information about the cfe-commits
mailing list