Some things in Rex like RX_GLOBAL_GROUP require explicit identifier be provided for the generated kludge, since it needs a name. We could introduce an anon generating identifier using things like __COUNTER__ and __LINE__ to make these macros easier to use, since such names are effectively unreferenced.
Some things in Rex like
RX_GLOBAL_GROUP
require explicit identifier be provided for the generated kludge, since it needs a name. We could introduce an anon generating identifier using things like__COUNTER__
and__LINE__
to make these macros easier to use, since such names are effectively unreferenced.