zyn0217 wrote: I realized this still crashes the code with NTTP. I will look into this.
```cpp template <class T> concept C = false; template <typename T, unsigned N> struct S {}; template <unsigned N, template <C, unsigned> typename T> auto wow(T<int, N> ts) { return ts.x; } int main() { return wow<3>(S<int, 3>{}); } ``` https://github.com/llvm/llvm-project/pull/76811 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits