gjongren
gjongren
Do I interpret correctly that a standard conformant implementation is allowed to return for example a mdspan with a layout_stride when the input mdspan is of layout_left and the slicing...
> > Do I interpret correctly that a standard conformant implementation is allowed to return for example a mdspan with a layout_stride when the input mdspan is of layout_left and...
> ```c++ > acc(ptr,i) > ``` Thanks for the very clear explanation. I now understand the issue, although I cannot help but feel a bit sad that the layout flexibility...