[llvm-branch-commits] [clang] Backport: [clang] fix matching of nested template template parameters (PR #130950)

Mike Lothian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 13 12:48:15 PDT 2025


FireBurn wrote:

The reduced case works assuming you mean:

```
template <template <template <typename...> typename> typename>
struct foo {};

template <template <typename> typename>
struct bar {};

using baz = foo<bar>;
```

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


More information about the llvm-branch-commits mailing list