Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Review boost::multi_array for ordering. #874

@1uc

Description

@1uc

Boost multi array can be both row- or column-major and it's not visible in its signature:

template <typename ExtentList>
explicit multi_array(const ExtentList& sizes,
                     const storage_order_type& store = c_storage_order(),
                     const Allocator& alloc = Allocator());

https://www.boost.org/doc/libs/1_82_0/libs/multi_array/doc/reference.html#multi_array_class

We need to check that we refuse to serialize anything that not C-style.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions