From e5b20ff0d06ec07d78e68030cd4a8279f7cc3ea8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 22 Sep 2024 10:44:38 -0700 Subject: [PATCH] Deprecate detail::locale_ref --- src/format.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/format.cc b/src/format.cc index 255c0433..3ccd8068 100644 --- a/src/format.cc +++ b/src/format.cc @@ -16,6 +16,7 @@ template FMT_API auto dragonbox::to_decimal(double x) noexcept -> dragonbox::decimal_fp; #if FMT_USE_LOCALE +// DEPRECATED! locale_ref in the detail namespace template FMT_API locale_ref::locale_ref(const std::locale& loc); template FMT_API auto locale_ref::get() const -> std::locale; #endif