diff --git a/include/fmt/core.h b/include/fmt/core.h index 76d6ccd1..9c63517c 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -618,6 +618,10 @@ struct is_string decltype(to_string_view(declval()))>::value> { }; +// Forward declare FILE* specialization defined in color.h +template <> struct is_string; +template <> struct is_string; + template struct char_t { typedef decltype(to_string_view(declval())) result; typedef typename result::char_type type;