================ @@ -3,21 +3,21 @@ template<typename T, typename U> // expected-note{{previous template}} class X0 { public: typedef int size_type; - + X0(int); ~X0(); - + void f0(const T&, const U&); - + T& operator[](int i) const; - + void f1(size_type) const; void f2(size_type) const; void f3(size_type) const; void f4() ; - + operator T*() const; - + T value; }; ---------------- sdkrystian wrote:
Oh, whoops. Sure. https://github.com/llvm/llvm-project/pull/78595 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits