https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113241
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:57fa5b60bbbf8038b8a699d2bcebd2a9b2e29aa4 commit r14-6958-g57fa5b60bbbf8038b8a699d2bcebd2a9b2e29aa4 Author: Jonathan Wakely <jwak...@redhat.com> Date: Fri Jan 5 12:03:22 2024 +0000 libstdc++: Do not use __is_convertible unconditionally [PR113241] The new __is_convertible built-in should only be used after checking that it's supported. libstdc++-v3/ChangeLog: PR libstdc++/113241 * include/std/type_traits (is_convertible_v): Guard use of built-in with preprocessor check.