3 Jan
2022
3 Jan
'22
4:09 a.m.
Ivan Matek wrote:
On Sun, Jan 2, 2022 at 10:08 PM Helmut Zeisel via Boost < boost@lists.boost.org> wrote:
Do you really need a nested array?
Not sure, probably not. First idea was to just reuse/mimic as much as possible from boost/std::array, including the syntax (just add more commas and numbers inside <> to get more dimensions), and also to keep the curly initialization working.
Just use the remaining array as the value type, as I already suggested. E.g. https://godbolt.org/z/afcMqMqrK