diff --git a/fmt/format.h b/fmt/format.h index 05de09c8..ea49eef0 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3866,7 +3866,6 @@ void BasicFormatter::format(BasicCStringRef format_str) { write(writer_, start, s); } - template struct ArgJoin { It first; @@ -3903,7 +3902,6 @@ auto join(const Range& range, const BasicCStringRef& sep) } #endif - template void format_arg(fmt::BasicFormatter &f, const Char *&format_str, const ArgJoin& e) { @@ -3927,10 +3925,6 @@ void format_arg(fmt::BasicFormatter &f, } format_str = end + 1; } - - - - } // namespace fmt #if FMT_USE_USER_DEFINED_LITERALS