Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information