Hi,
is it possible to call function-like-macros with less that all the parameters in linux? actually doing this only generates a warning in Visual Studio (warning 4003) and unassigned variables replaces with "".
But compiling it using g++ generates an error in linux ("error: macro * requires ** arguments, but only ** given").
is there any possible way to disable this or overcome it?