Searched refs:_PW_CONCAT_IMPL2 (Results 1 – 1 of 1) sorted by relevance
26 #define _PW_CONCAT_IMPL1(count, ...) _PW_CONCAT_IMPL2(count, __VA_ARGS__)27 #define _PW_CONCAT_IMPL2(count, ...) _PW_CONCAT_##count(__VA_ARGS__) macro