]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix fallback definitions of std::is_member_*_pointer
authorJonathan Wakely <jwakely@redhat.com>
Thu, 12 Feb 2026 18:52:12 +0000 (18:52 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 12 Feb 2026 19:36:16 +0000 (19:36 +0000)
commitdb072f75e5ade3b9f1f2ff76fcdfda0d3bf028d1
treefb7466ef5f89f29f8df2e7686979a06c80c6b3f7
parente4c21d8485467d58a89c82829025c86cb3154a4b
libstdc++: Fix fallback definitions of std::is_member_*_pointer

When the builtins aren't used we need a declaration of std::is_function
for the fallback definitions of std::is_member_function_pointer and
std::is_member_object_pointer.

libstdc++-v3/ChangeLog:

* include/std/type_traits (is_function): Declare before first
use.
libstdc++-v3/include/std/type_traits