From: Helmut Zeisel (HZ2012_at_[hidden])
Date: 2022-01-06 06:47:45


> Von: "Seth via Boost" <boost_at_[hidden]>
>
> On Sun, Jan 2, 2022, at 10:03 PM, Helmut Zeisel via Boost wrote:
> > Do you really need a nested array?
> >
> > You could also use a flat array and an adapter for the index, e,g,

> except reinventing the wheel for indexing the flat storage.

To avoid further reinventing the wheel: is there some multi dimensional array index adapter available in boost or in some other free librarry?

Helmut