E2517 Only one variadic parameter is allowed and it must come last (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index


This occurs when the variadic operator (ellipsis) is not placed on the last position.

#define mac(a,b, ...)//E2517