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.hpp942 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) macro
945 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… macro
959 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) macro
976 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) macro
981 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) macro
984 #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated") macro
987 #define JSON_HEDLEY_DEPRECATED(since) macro
/third_party/json/single_include/nlohmann/
Djson.hpp1051 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) macro
1054 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… macro
1068 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) macro
1085 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) macro
1090 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) macro
1093 #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated") macro
1096 #define JSON_HEDLEY_DEPRECATED(since) macro