The converting constructor for from layout_right to layout_left is conditioned on _OtherExtents::rank(), but according to [mdspan.layout.left.cons] this should be extents_type::rank().
The same applies to the corresponding converting for layout_right.
The converting constructor for from
layout_righttolayout_leftis conditioned on_OtherExtents::rank(), but according to [mdspan.layout.left.cons] this should beextents_type::rank().The same applies to the corresponding converting for
layout_right.