Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp577 #define JSON_HEDLEY_HAS_FEATURE(feature) __has_feature(feature) macro
579 #define JSON_HEDLEY_HAS_FEATURE(feature) (0) macro
/third_party/json/single_include/nlohmann/
Djson.hpp686 #define JSON_HEDLEY_HAS_FEATURE(feature) __has_feature(feature) macro
688 #define JSON_HEDLEY_HAS_FEATURE(feature) (0) macro