[clang] [Clang] Implement CWG 2628 "Implicit deduction guides should propagate constraints" (PR #111143)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 22 04:11:59 PST 2025
================
@@ -445,10 +449,46 @@ struct ConvertConstructorToDeductionGuideTransform {
return nullptr;
TypeSourceInfo *NewTInfo = TLB.getTypeSourceInfo(SemaRef.Context, NewType);
+ // At this point, the function parameters are already 'instantiated' in the
----------------
zyn0217 wrote:
Oops...
https://github.com/llvm/llvm-project/pull/111143
More information about the cfe-commits
mailing list