CARB_TOKENS_DEPRECATED#
Defined in carb/tokens/ITokens.h
-
CARB_TOKENS_DEPRECATED(msg)#
Marks a function or type as deprecated with a custom message for the tokens module.
Note
This macro is controlled by CARB_TOKENS_DEPRECATIONS. Set it to 0 to disable warnings.
- Parameters:
msg – The deprecation message to display when the deprecated item is used.