Issue 130727
Summary Clang ICE on specialized member function taking template
Labels clang, clang:frontend, regression, crash-on-invalid
Assignees
Reporter tambry
    The following crashes on trunk, but not on 20 or earlier.
```
template<typename T, T>
struct proxy;

template<typename T, typename R, typename... Args, R(T::*mf)()>
struct proxy<R(T::*)(Args...), mf>;
```

[Godbolt](https://godbo.lt/z/8qcq1vshn)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to