Skip to content

SimpleArray to support std::mdspan #771

@yungyuc

Description

@yungyuc

In issue #642, the codebase has been upgraded to C++23:

set(CMAKE_CXX_STANDARD 23)

It is time to make std::mdspan available to SimpleArray. With std::mdspan, implementing SimpleArray construction with the selection of row-majoring (std::layout_right) or column-majoring (std::layout_left) will be straight-forward.

Metadata

Metadata

Assignees

Labels

arrayMulti-dimensional array implementation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions