From e8da5ba2757f566c30b23c9aa2a2a6223b63362a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 19 Oct 2025 10:22:39 -0700 Subject: [PATCH] Fix formatting --- src/format.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/format.cc b/src/format.cc index e583446e..526082e3 100644 --- a/src/format.cc +++ b/src/format.cc @@ -10,7 +10,7 @@ FMT_BEGIN_NAMESPACE #if FMT_USE_LOCALE -template FMT_API locale_ref::locale_ref(const std::locale& loc); // DEPRECATED! +template FMT_API locale_ref::locale_ref(const std::locale& loc); // DEPRECATED! template FMT_API auto locale_ref::get() const -> std::locale; #endif