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