diff --git a/include/fmt/compile.h b/include/fmt/compile.h index fbe1ebff..198f1d21 100644 --- a/include/fmt/compile.h +++ b/include/fmt/compile.h @@ -492,6 +492,12 @@ template struct is_constexpr_compiled_format> : std::true_type {}; #endif // __cpp_if_constexpr + +template +struct char_t_impl::value>> { + using type = typename T::char_type; +}; + } // namespace internal #if FMT_USE_CONSTEXPR