diff --git a/src/format.cc b/src/format.cc index 255c0433d39d..3ccd8068483c 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