================
@@ -1170,6 +1170,19 @@ struct S {
};
}
+namespace GH136472 {
+template<class T>
+struct S {
+ struct Nested {
+ void f(this auto);
+ };
+};
+
+// Test that out-of-line member defination of dependent nested class works
----------------
cor3ntin wrote:
```suggestion
// Test that out-of-line member definition of dependent nested class works
```
https://github.com/llvm/llvm-project/pull/209107
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits