CARB_DEPRECATED_IF#

Defined in carb/Defines.h

CARB_DEPRECATED_IF(condition, msg)#

Conditionally declares a function as deprecated based on a compile-time condition.

Parameters:
  • condition – A compile-time boolean expression. If true, the deprecation is applied.

  • msg – The deprecation message to display when the deprecated function is used.