================
@@ -533,6 +528,8 @@ features cannot lower the translation-unit ABI level;
   parameter that follows a parameter pack (e.g.
   `template <typename... T> S::S(T..., int = 10) {}`).  (#GH216211)
 
+- Allow redeclaration lookup to consider conversion function templates 
allowing Clang to match an in-class specialization such as `template<> operator 
int()` against a prior conversion function template `template<class T> operator 
T()`.
+
----------------
cor3ntin wrote:

```suggestion
- Allow redeclaration lookup to consider conversion function templates allowing 
Clang to match an in-class specialization such as `template<> operator int()` 
against a prior conversion function template `template<class T> operator T()`. 
(#GH218261)

```

https://github.com/llvm/llvm-project/pull/218316
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to