]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Implement submdspan_mapping_result. [PR110352]
authorLuc Grosheintz <luc.grosheintz@gmail.com>
Thu, 2 Oct 2025 09:27:16 +0000 (11:27 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Wed, 8 Oct 2025 10:39:44 +0000 (12:39 +0200)
commite269268e45ba0befabdfc8a8c2f04dcbb44ccdf4
treeffe237b8b991f369df91e996da0652847273733a
parent15498d5f96378b019df9f255d3f32f76a44684c4
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 <jwakely@redhat.com>
Reviewed-by: Tomasz Kamiński <tkaminsk@redhat.com>
Signed-off-by: Luc Grosheintz <luc.grosheintz@gmail.com>
libstdc++-v3/include/std/mdspan
libstdc++-v3/src/c++23/std.cc.in