Go to the documentation of this file. 7 #ifdef DRAKE_DOXYGEN_CXX 33 #define DRAKE_DEPRECATED(message) 35 #else // DRAKE_DOXYGEN_CXX 44 #pragma warning(default:4996) 47 #if __cplusplus >= 201402L 49 #define DRAKE_DEPRECATED(MSG) [[deprecated("\nDRAKE DEPRECATED: " MSG)]] 51 #define DRAKE_DEPRECATED(MSG) \ 52 __declspec(deprecated("\nDRAKE DEPRECATED: " MSG)) 54 #define DRAKE_DEPRECATED(MSG) \ 55 __attribute__((deprecated("\nDRAKE DEPRECATED: " MSG))) 58 #define DRAKE_DEPRECATED(MSG) 61 #endif // DRAKE_DOXYGEN_CXX