Skip to content

Commit

Permalink
Fix no locale build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Sep 12, 2024
1 parent b6a6ec7 commit b52fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ template FMT_API auto dragonbox::to_decimal(float x) noexcept
template FMT_API auto dragonbox::to_decimal(double x) noexcept
-> dragonbox::decimal_fp<double>;

#ifndef FMT_STATIC_THOUSANDS_SEPARATOR
#if FMT_USE_LOCALE
template FMT_API locale_ref::locale_ref(const std::locale& loc);
template FMT_API auto locale_ref::get<std::locale>() const -> std::locale;
#endif
Expand Down

0 comments on commit b52fb98

Please sign in to comment.