GET_ARGS_AFTER_1_(__VA_ARGS__, ) // Make sure that also for 1 argument it works #define GET_ARGS_AFTER_1_(a1, ...) __VA_ARGS__ #define ...
確定! 回上一頁