[clang] [Clang] Implement CWG 2628 "Implicit deduction guides should propagate constraints" (PR #111143)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 22 04:04:02 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
----------------
cor3ntin wrote:
Why is 'instantiated' in quotes?
https://github.com/llvm/llvm-project/pull/111143
More information about the cfe-commits
mailing list