Home
last modified time | relevance | path

Searched refs:FMT_HAS_INCLUDE (Results 1 – 2 of 2) sorted by relevance

/external/fmtlib/include/fmt/
Dposix.h30 #if FMT_HAS_INCLUDE("winapifamily.h")
33 #if FMT_HAS_INCLUDE("fcntl.h") && \
Dcore.h28 # define FMT_HAS_INCLUDE(x) __has_include(x) macro
30 # define FMT_HAS_INCLUDE(x) 0 macro
190 #if (FMT_HAS_INCLUDE(<string_view>) && \
195 #elif FMT_HAS_INCLUDE("experimental/string_view") && __cplusplus >= 201402L