Home
last modified time | relevance | path

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

/external/fmtlib/include/fmt/
Dcore.h24 # define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__) macro
26 # define FMT_CLANG_VERSION 0 macro
174 # if FMT_GCC_VERSION || FMT_CLANG_VERSION
311 !(FMT_CLANG_VERSION && FMT_MSC_VER)
Dformat.h66 #if FMT_GCC_VERSION || FMT_CLANG_VERSION
149 FMT_CLANG_VERSION >= 304) && \
369 #if FMT_CLANG_VERSION
972 #if FMT_GCC_VERSION || FMT_CLANG_VERSION
981 #if FMT_MSC_VER && !FMT_CLANG_VERSION
3904 # if FMT_CLANG_VERSION