Edit

Share via


Compiler Error C2829

'operator operator' cannot have a variable parameter list

Only two operators can take variable parameter lists:

  • Function call ()

  • new