Hi all, I have a problem with variadic macros. I am using ccrx compiler and I a have project with the small application. All files are written in C language. Variadic macros works correctly int this project. But when I have similar project but this time application written in c++ I can not compile this. I get errors: Description Resource Path Location Type E0520040: Expected an identifier demo line 143, external location: ... this line looks like: #define _FUNCn(name,...) __SCC(__P__,name)(__VA_ARGS__) Does this compiler supports variadic macros for c++?
↧