Commit cfa096d9 authored by Christian Trott's avatar Christian Trott Committed by Louis Dionne
Browse files

[libc++][mdspan] Implement layout_right

This commit implements layout_right in support of C++23 mdspan
(https://wg21.link/p0009

). layout_right is a layout mapping policy
whose index mapping corresponds to the memory layout of multidimensional
C-arrays, and is thus also referred to as the C-layout.

Co-authored-by: default avatarDamien L-G <dalg24@gmail.com>

Differential Revision: https://reviews.llvm.org/D151267
parent 8038086a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment