https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110352
--- Comment #8 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:e269268e45ba0befabdfc8a8c2f04dcbb44ccdf4 commit r16-4293-ge269268e45ba0befabdfc8a8c2f04dcbb44ccdf4 Author: Luc Grosheintz <[email protected]> Date: Thu Oct 2 11:27:16 2025 +0200 libstdc++: Implement submdspan_mapping_result. [PR110352] Implement the class submdspan_mapping_result and add it to the std module. PR libstdc++/110352 libstdc++-v3/ChangeLog: * include/std/mdspan (submdspan_mapping_result): New class. * src/c++23/std.cc.in (submdspan_mapping_result): Add. Reviewed-by: Jonathan Wakely <[email protected]> Reviewed-by: Tomasz KamiÅski <[email protected]> Signed-off-by: Luc Grosheintz <[email protected]>
