Hello everybody!!
Right now, this will not compile:
structFoo{inta,b;}structBar:Foo{usingFoo::Foo;}autobar=Bar{1,2};// ERRORWhich is confusing and unintuitive. This paper proposes an improvement to this behaviour.
https://seppeon.gitlab.io/cpp-proposals/inheritance-of-aggregate-initialization.html#_abstract
Regards,
David Ledger