sob., 10 sty 2026 o 00:52 Andrzej Krzemienski <akrzemi1@gmail.com> napisał(a):
Hi Everyone, Given the recent announcement of the upcoming Boost.Multi review, I wanted to offer some initial feedback.
The docs compare this library to the existing Boost.MultiIndex in the following way: Boost.MultiArray <https://www.boost.org/doc/libs/1_82_0/libs/multi_array/doc/user.html> is the original multidimensional array library shipped with Boost. This library can replace Boost.MultiArray in most contexts, it even fulfills the concepts of boost::multi_array_concepts::ConstMultiArrayConcept and …::MutableMultiArrayConcept. Boost.MultiArray has technical and semantic limitations that are overcome in this library, regarding layouts and references; it doesn’t support value-semantics, iterator support is limited, and it has other technical problems. What semantic limitations and technical problems do you have in mind? A more detailed comparison would be helpful in the docs. For instance, a reader would like to be convinced what they should choose Boost.Multi, given that Boost.MultiIndex is older and probably better battle-tested. Regards, &rzej;