Serosh-commits wrote: > > @mizvekov i would be happy:) to volunteer anywhere regarding implementing > > that support for builtin templates , i wouldlove to contribute feel free to > > point me anywhere :) > > Well, maybe you can wait for someone to ask for that feature, if you don't > have a need for it yourself. > > Otherwise, the way to go would start reverting the new diagnostic in this > patch. > > Probably for the simplest solution you could make CheckTemplateArgumentList > produce a result indicating there was a pack expansion into a fixed parameter > for the builtin template, and then use that to keep the template > specialization dependent.
yeah been thinking about it you’re right keeping the specialization dependent if CheckTemplateArgumentList could just flag a pack expansion in a fixed parameter, we could defer them of the built-in template instead of diagnosing it thanks for the idea i will keep it in mind,will implement it when will get a follow up for that and yeah added the release note as u said:) https://github.com/llvm/llvm-project/pull/180407 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
