[all-commits] [llvm/llvm-project] eebf8f: [libc] Add is_member_pointer_v (#65631)
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Sep 8 02:36:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eebf8faf3e1eeba945c873dba5b964619976e9ae
https://github.com/llvm/llvm-project/commit/eebf8faf3e1eeba945c873dba5b964619976e9ae
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M libc/src/__support/CPP/type_traits.h
A libc/src/__support/CPP/type_traits/is_member_pointer.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Add is_member_pointer_v (#65631)
Implementation from
https://en.cppreference.com/w/cpp/types/is_member_pointer
More information about the All-commits
mailing list