mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 05:06:06 +00:00

This commit implements default_accessor in support of C++23 mdspan (https://wg21.link/p0009). default_accessor is the trivial accessor using plain pointers and reference to element types. Co-authored-by: Damien L-G <dalg24@gmail.com> Differential Revision: https://reviews.llvm.org/D153935