zwuis wrote:

It would be nice to test further inherited constructors.

```cpp
struct Derived : Over {
  using Over::Over;
};
```

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

Reply via email to