https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110352
--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tomasz Kaminski <[email protected]>: https://gcc.gnu.org/g:57d53be024b561c767d7d3e47e11edf571003965 commit r16-5991-g57d53be024b561c767d7d3e47e11edf571003965 Author: Luc Grosheintz <[email protected]> Date: Mon Dec 8 21:23:43 2025 +0100 libstdc++: Implement submdspan_mapping for layout_stride. [PR110352] Add submdspan_mapping for layout_stride as in P3663. PR libstdc++/110352 libstdc++-v3/ChangeLog: * include/std/mdspan (layout_stride::mapping::submdspan_mapping): New friend function. * testsuite/23_containers/mdspan/submdspan/selections/stride.cc: Instantiate tests for layout_stride. * testsuite/23_containers/mdspan/submdspan/submdspan_neg.cc: Ditto. * testsuite/23_containers/mdspan/submdspan/submdspan_mapping.cc: Add tests for layout_stride. Reviewed-by: Tomasz KamiÅski <[email protected]> Signed-off-by: Luc Grosheintz <[email protected]>
