zwuis wrote:

Do we need a test case about explicit object member function? i.e.
```cpp
template<unsigned> int get(this triple);
template<> int get<0>(this triple t) { return /* ... */; }
```

https://github.com/llvm/llvm-project/pull/122265
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to