================ @@ -96,3 +96,49 @@ namespace PR38286 { template<typename> struct C; // expected-note {{non-type declaration found}} template<typename T> C<T>::~C() {} // expected-error {{identifier 'C' after '~' in destructor name does not name a type}} } + +namespace GH121706 { ---------------- cor3ntin wrote:
That wording is for conversion operators https://compiler-explorer.com/z/bE8rv8qTv https://github.com/llvm/llvm-project/pull/122621 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits