P
Philipp Kraus
Hello,
I hope my question is not off-topic.
My problem is defined as
#define DOSOME(x, …) docppcall(x % __VA_ARGS__)
but if __VA_ARGS__ is empty the replace should be docppcall(x), without
the % char. The % char should be only set, if exists an argument.
How can I create a working solution?
Thanks
Phil
I hope my question is not off-topic.
My problem is defined as
#define DOSOME(x, …) docppcall(x % __VA_ARGS__)
but if __VA_ARGS__ is empty the replace should be docppcall(x), without
the % char. The % char should be only set, if exists an argument.
How can I create a working solution?
Thanks
Phil