From: Brian Smith (bjs3141_at_[hidden])
Date: 2022-01-08 02:15:08


On Sat, Jan 1, 2022 at 10:42 AM Ivan Matek via Boost <boost_at_[hidden]>
wrote:

> I would like to have this
> boost::array<int,4,3> arr;
>
>
How about https://godbolt.org/z/n11xMd7P3. The comparison ops are missing,
as well as the iterator code, but that's pretty much the same as the std
version for a single dimension array. It was proposed some years ago for
inclusion in Boost but stagnated, then got removed.