I have a piece of code which uses __COUNTER__ macro to generate unique names for variables.
__COUNTER__
Is this code portable ? I know that GCC and MSVS support it.
It seems NO. When I ctrl+f "__COUNTER__" on standard pdf, I couldn't find anything >o<