CARB_DEPAREN
Defined in carb/Defines.h
-
CARB_DEPAREN(pack_)
De-parenthesize the contents of
pack_
.CARB_DEPAREN((x, y))
becomesx, y
. An unparenthesized pack will cause cause a compilation failure; e.g.:CARB_DEPAREN(foo)
will not work, butCARB_DEPAREN((foo))
will.