Searched defs:JSON_HEDLEY_GCC_HAS_WARNING (Results 1 – 2 of 2) sorted by relevance
/third_party/json/include/nlohmann/thirdparty/hedley/ |
D | hedley.hpp | 676 #define JSON_HEDLEY_GCC_HAS_WARNING(warning,major,minor,patch) __has_warning(warning) macro 678 …#define JSON_HEDLEY_GCC_HAS_WARNING(warning,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major… macro
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 785 #define JSON_HEDLEY_GCC_HAS_WARNING(warning,major,minor,patch) __has_warning(warning) macro 787 …#define JSON_HEDLEY_GCC_HAS_WARNING(warning,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major… macro
|