Home
last modified time | relevance | path

Searched defs:JSON_HEDLEY_DEPRECATED (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp1027 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) macro
1042 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) macro
1045 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… macro
1064 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) macro
1070 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) macro
1073 #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated") macro
1076 #define JSON_HEDLEY_DEPRECATED(since) macro
/third_party/json/single_include/nlohmann/
Djson.hpp1198 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) macro
1213 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) macro
1216 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… macro
1235 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) macro
1241 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) macro
1244 #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated") macro
1247 #define JSON_HEDLEY_DEPRECATED(since) macro