[all-commits] [llvm/llvm-project] 06de4d: [libc++] Properly decay functions in CTAD for `pai...
A. Jiang via All-commits
all-commits at lists.llvm.org
Fri Apr 18 19:02:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06de4d52d5eff6ee083e901d24362a77e102fb16
https://github.com/llvm/llvm-project/commit/06de4d52d5eff6ee083e901d24362a77e102fb16
Author: A. Jiang <de34 at live.cn>
Date: 2025-04-19 (Sat, 19 Apr 2025)
Changed paths:
M libcxx/include/__utility/pair.h
A libcxx/test/std/utilities/utility/pairs/pairs.pair/explicit_deduction_guides.pass.cpp
Log Message:
-----------
[libc++] Properly decay functions in CTAD for `pair` (#134544)
This patch makes instantiation of `pair` in CTAD a bit lazier to avoid
instantiating invalid `pair` specialization before the decaying explicit
deduction guide works.
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