You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mdspan.layout.left.cons] extents() should be other.extents() (cplusplus#6069)
The precondition was erroneously referring to the not yet
constructed extents instead of other.extents().
Note that the extents of the to be constructed layout will be
initialized with other.extents - i.e. after construction they will
return the same value for the fwd-prod-of-extents etc.
0 commit comments