Define OUSTER_DEPRECATED_CONSTEXP
Defined in File deprecation.h
Define Documentation
-
OUSTER_DEPRECATED_CONSTEXP(old_symbol, new_symbol, deprecation_version)
OUSTER_DIAGNOSTIC_PUSH \
OUSTER_DIAGNOSTIC_IGNORE_UNUSED \
OUSTER_DEPRECATED_MSG(new_symbol, deprecation_version) \
constexpr auto old_symbol = new_symbol; \
OUSTER_DIAGNOSTIC_POP