[all-commits] [llvm/llvm-project] dbdbb8: [libc++] Simplify the implementation of conditiona...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Thu May 28 03:59:57 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbdbb8d6afd8d30a0074ee0aadc2dbf81c0e8d02
https://github.com/llvm/llvm-project/commit/dbdbb8d6afd8d30a0074ee0aadc2dbf81c0e8d02
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M libcxx/include/__type_traits/conditional.h
Log Message:
-----------
[libc++] Simplify the implementation of conditional a bit (#199916)
We can use our internal `_If` instead of specializing `conditional` for
selecting the appropriate type.
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