diff --git a/include/fmt/compile.h b/include/fmt/compile.h index 53923480..194c86d2 100644 --- a/include/fmt/compile.h +++ b/include/fmt/compile.h @@ -506,18 +506,6 @@ template struct preparator { return prepared_format_type(std::move(format)); } }; - -template -struct preparator> { - using prepared_format_type = - prepared_format; - - static auto prepare(PassedFormat format) -> prepared_format_type { - return prepared_format_type(std::move(format)); - } -}; } // namespace internal #if FMT_USE_CONSTEXPR