Date
2024-11-02.00:00:00
Message id
7869

Content

(From submission #632.)

The partial ordering rules in 13.7.7.3 [temp.func.order] paragraph 6 do not consider the possible presence of an ellipsis in the function parameter list:

  • The length of a template-parameter-list is not defined.
  • The term "function parameter list" is not defined.
  • The length of a function parameter list is not defined: Does an ellipsis count towards the length?
  • What does it mean for corresponding function parameter to be of the same type, if one of those parameters is an ellipsis?