[all-commits] [llvm/llvm-project] fcc13c: [libc++] Simplify the tuple constructor overload set
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Oct 16 10:49:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcc13c04bbd1489e016a3910eefcefb596001249
https://github.com/llvm/llvm-project/commit/fcc13c04bbd1489e016a3910eefcefb596001249
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M libcxx/include/tuple
Log Message:
-----------
[libc++] Simplify the tuple constructor overload set
This uses conditional explicit to avoid having two overloads for implicit/explicit conversions.
Reviewed By: ldionne, #libc
Spies: jrtc27, dblaikie, #clang-vendors, #libc_vendors, aaron.ballman, libcxx-commits
Differential Revision: https://reviews.llvm.org/D148432
More information about the All-commits
mailing list