Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp478 #define JSON_HEDLEY_HAS_ATTRIBUTE(attribute) __has_attribute(attribute) macro
480 #define JSON_HEDLEY_HAS_ATTRIBUTE(attribute) (0) macro
/third_party/json/single_include/nlohmann/
Djson.hpp587 #define JSON_HEDLEY_HAS_ATTRIBUTE(attribute) __has_attribute(attribute) macro
589 #define JSON_HEDLEY_HAS_ATTRIBUTE(attribute) (0) macro