aboutsummaryrefslogtreecommitdiff
path: root/dep/fmt/src/format.cc
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-05-03 19:38:57 +0200
committerOvahlord <dreadkiller@gmx.de>2024-05-28 16:49:58 +0200
commit814c5c3a4bb596f9fca9370dde5e0cdcff6f3538 (patch)
treefbfb202363199f8c4cb31af9201ecfcea05574da /dep/fmt/src/format.cc
parent63931da5ffb580f46b85ec3f1fe97ca037486d19 (diff)
Dep/fmt: Upgrade to 10.2.1
(cherry picked from commit 2aedd8ecdb16a8c72ff89c6c09ad99fff23609b1)
Diffstat (limited to 'dep/fmt/src/format.cc')
-rw-r--r--dep/fmt/src/format.cc6
1 files changed, 1 insertions, 5 deletions
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<char>::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<char>&, string_view,
- basic_format_args<FMT_BUFFER_CONTEXT(char)>,
- locale_ref);
+ typename vformat_args<>::type, locale_ref);
// Explicit instantiations for wchar_t.