Searched refs:FMT_USE_FLOAT (Results 1 – 2 of 2) sorted by relevance
157 #ifndef FMT_USE_FLOAT158 # define FMT_USE_FLOAT 1 macro802 return (std::is_same<T, float>::value && FMT_USE_FLOAT) ||3430 if (detail::const_check(FMT_USE_FLOAT))
879 * Added the ability to disable floating-point formatting via ``FMT_USE_FLOAT``,