[libcxx-commits] [libcxx] [libc++][mdspan] Fix `layout_left` / `layout_right` conversion constraint (PR #192847)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 5 05:42:53 PDT 2026


eiytoq wrote:

`is_constructible_v<extents_type, _OtherExtents>` requires `_OtherExtents::rank() == extents_type::rank()`, so `_OtherExtents::rank() <= 1` is equivalent to checking `extents_type::rank() <= 1`. This is not an observable change.

https://github.com/llvm/llvm-project/pull/192847


More information about the libcxx-commits mailing list