On Sat, 19 Jul 2025, 14:20 Jakub Jelinek, wrote:
> Hi!
>
> r16-442 implemented both std::extents and std::dextents (and perhaps other
> stuff), but exported only std::extents.
> I went through https://eel.is/c++draft/mdspan.syn and I think
> std::dextents
> is the only one implemented but not exp
Hi!
r16-442 implemented both std::extents and std::dextents (and perhaps other
stuff), but exported only std::extents.
I went through https://eel.is/c++draft/mdspan.syn and I think std::dextents
is the only one implemented but not exported.
The following patch exports it, and additionally appends