$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Seth (bugs_at_[hidden])
Date: 2022-01-01 14:58:15
I can't speak to the reasons why it's not in `boost::array` (but note that nothing like that ever got standardized either).
I suppose that the equivalent to `T[N][M]` is already `array<array<T, N>, M>`.
Also, the obvious suggestion would be to use Boost MultiArray https://www.boost.org/doc/libs/1_78_0/libs/multi_array/doc/user.html