On Mon, Jun 10, 2024 at 10:22:11AM -0400, Patrick Palka wrote: > On Fri, 7 Jun 2024, Marek Polacek wrote: > > @@ -3940,9 +3936,6 @@ find_parameter_packs_r (tree *tp, int *walk_subtrees, > > void* data) > > parameter pack (14.6.3), or the type-specifier-seq of a type-id that > > is a pack expansion, the invented template parameter is a template > > parameter pack. */ > > This comment should be removed too I think.
Removed in my local tree. > > - if (flag_concepts_ts && ppd->type_pack_expansion_p && is_auto (t) > > (BTW this seems to be the only actual user of type_pack_expansion_p so we > can in turn remove that field too.) Oh neat. I can do that as a follow-up, unless y'all think it should be part of this patch. Thanks, Marek