================
@@ -365,6 +365,13 @@ std::string lambda() {
}();
}
+namespace overloads {
----------------
vbvictor wrote:
Same to overloads in nesting structs like
```
struct A {
foo()
struct B {
foo();
}
}
```
https://github.com/llvm/llvm-project/pull/183921
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
