3 Jan
2022
3 Jan
'22
10:51 a.m.
Ivan Matek wrote:
On Mon, Jan 3, 2022 at 5:09 AM Peter Dimov via Boost
mailto:boost@lists.boost.org > wrote: https://godbolt.org/z/afcMqMqrK
Very nice, I had similar idea in message with this link: https://godbolt.org/z/Kzs6xbo5T
but just to double check: no way to make initialization work with less {} because that is a language limitation, right? I mean we could add std::initializer_list constructor but then array is no longer aggregate?
Unfortunately not. Or at least I can't think of a way.