Open
Description
The wording in [temp.deduct.type] p10 that effectively states "during partial ordering, a function parameter pack is less specialized than N
matching function parameters" doesn't apply to partial ordering the the context of a function call, since rather than using the entire function type for deduction, only the types of the parameter with arguments in the call are used, meaning that P
does not have a form that contains (T)
unless the type of the parameter itself was compounded from a function type.