Searched defs:JSONCPP_DEPRECATED (Results 1 – 1 of 1) sorted by relevance
184 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro217 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro219 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro224 #define JSONCPP_DEPRECATED(message) macro