[all-commits] [llvm/llvm-project] 0eebb4: [libc++] Merge is_member{, _object, _function}_point...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Tue Jul 16 05:40:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0eebb48fcfbcb93da123e39ef61b22dc80c9ec0d
https://github.com/llvm/llvm-project/commit/0eebb48fcfbcb93da123e39ef61b22dc80c9ec0d
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__type_traits/invoke.h
R libcxx/include/__type_traits/is_member_function_pointer.h
R libcxx/include/__type_traits/is_member_object_pointer.h
M libcxx/include/__type_traits/is_member_pointer.h
M libcxx/include/module.modulemap
M libcxx/include/type_traits
Log Message:
-----------
[libc++] Merge is_member{,_object,_function}_pointer.h (#98727)
The implementations for these traits have been simplified quite a bit,
since we have builtins available for them now.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list