[all-commits] [llvm/llvm-project] 2dbdc9: [libc] Add invoke / invoke_result type traits (#65...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Sep 15 02:15:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dbdc9fc85a3377def427db295f992651cd88219
https://github.com/llvm/llvm-project/commit/2dbdc9fc85a3377def427db295f992651cd88219
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M libc/src/__support/CPP/CMakeLists.txt
M libc/src/__support/CPP/type_traits.h
A libc/src/__support/CPP/type_traits/invoke.h
A libc/src/__support/CPP/type_traits/invoke_result.h
M libc/test/src/__support/CPP/type_traits_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Add invoke / invoke_result type traits (#65750)
More information about the All-commits
mailing list