On 11/29/2011 10:41 AM, Dodji Seketeli wrote:
+      cp_walk_tree (&DECL_ORIGINAL_TYPE (TYPE_NAME (t)),
+               &find_parameter_packs_r,
+                   ppd, ppd->visited);

I still don't think we want to walk the underlying type, since it isn't part of the syntactic form of the type in this context and therefore can't have relevant packs.

Jason


Reply via email to