[all-commits] [llvm/llvm-project] 9e2207: [libc++] fix non-builtin is_void implementation
Zoe Carver via All-commits
all-commits at lists.llvm.org
Thu Mar 19 11:25:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9e2207a00bddf9cf5f3f58b79dd63d01bb898198
https://github.com/llvm/llvm-project/commit/9e2207a00bddf9cf5f3f58b79dd63d01bb898198
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2020-03-19 (Thu, 19 Mar 2020)
Changed paths:
M libcxx/include/type_traits
Log Message:
-----------
[libc++] fix non-builtin is_void implementation
Add the missing closing angle bracket to the call to remove_cv. This is only used when we can't use the builtin implementation.
Fixes: 5ade17e0ca8b11f57cb15a1bee6d30a3815d8cac
More information about the All-commits
mailing list