$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2022-01-03 04:09:08
Ivan Matek wrote:
> On Sun, Jan 2, 2022 at 10:08 PM Helmut Zeisel via Boost <
> boost_at_[hidden]> 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