[Bug libstdc++/127219] <format>: make __valid_types_for_check_dynamic_spec static so check_dynamic_spec<Ts...> works with clang and EDG
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Sep 5 11:30:10 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127219
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2026-09-05
Status|UNCONFIRMED |NEW
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
We support clang for all language levels, we just expect you to use a very
recent clang to work with newer language levels.
Since clang HEAD doesn't work with this code, making the function static seems
like the right solution.
Please send the patch to the gcc-patches and libstdc++ mailing lists, patches
do not get reviewed in Bugzilla.
More information about the Gcc-bugs
mailing list