PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes...
PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes when forming implicit deduction guides. Doing so thwarts template type deduction. Instead, substitute the pack directly by picking "slice 0" of the resulting expansion. llvm-svn: 300805
Loading
Please sign in to comment