From 2aedd8ecdb16a8c72ff89c6c09ad99fff23609b1 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 3 May 2024 19:38:57 +0200 Subject: Dep/fmt: Upgrade to 10.2.1 --- dep/fmt/src/format.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'dep/fmt/src/format.cc') diff --git a/dep/fmt/src/format.cc b/dep/fmt/src/format.cc index 99b7e9dd471..391d3a248c2 100644 --- a/dep/fmt/src/format.cc +++ b/dep/fmt/src/format.cc @@ -28,12 +28,8 @@ template FMT_API auto decimal_point_impl(locale_ref) -> char; template FMT_API void buffer::append(const char*, const char*); -// DEPRECATED! -// There is no correspondent extern template in format.h because of -// incompatibility between clang and gcc (#2377). template FMT_API void vformat_to(buffer&, string_view, - basic_format_args, - locale_ref); + typename vformat_args<>::type, locale_ref); // Explicit instantiations for wchar_t. -- cgit v1.2.3