Re: [PATCH] Export std::dextents from std.cc.in [PR121174]

2025-07-19 Thread Jonathan Wakely
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

[PATCH] Export std::dextents from std.cc.in [PR121174]

2025-07-19 Thread Jakub Jelinek
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