Deprecate detail::locale_ref

This commit is contained in:
Victor Zverovich 2024-09-22 10:44:38 -07:00
parent ff92223549
commit e5b20ff0d0

View File

@ -16,6 +16,7 @@ template FMT_API auto dragonbox::to_decimal(double x) noexcept
-> dragonbox::decimal_fp<double>;
#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<std::locale>() const -> std::locale;
#endif