Searched defs:JSON_HEDLEY_DEPRECATED (Results 1 – 1 of 1) sorted by relevance
1157 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) macro1172 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) macro1175 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… macro1194 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) macro1200 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) macro1203 #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated") macro1206 #define JSON_HEDLEY_DEPRECATED(since) macro