https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124443
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <[email protected]>: https://gcc.gnu.org/g:3ad1168c190c0852aca82c6c15624e751c6fc598 commit r16-8028-g3ad1168c190c0852aca82c6c15624e751c6fc598 Author: Jakub Jelinek <[email protected]> Date: Thu Mar 12 08:50:35 2026 +0100 libstdc++: Use CTAD for span in std::define_static_object [PR124443] The standard in https://eel.is/c++draft/meta.reflection#meta.define.static-17 uses CTAD for span but we were avoiding that and using span<const _Up> instead. 2026-03-12 Jakub Jelinek <[email protected]> PR libstdc++/124443 * include/std/meta (std::define_static_object): Use CTAD for span.
