Skip to content

Commit

Permalink
Mark grouping as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Mar 19, 2021
1 parent 14a2a64 commit d9661c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fmt/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ template <typename Int> constexpr int digits10() FMT_NOEXCEPT {
template <> constexpr int digits10<int128_t>() FMT_NOEXCEPT { return 38; }
template <> constexpr int digits10<uint128_t>() FMT_NOEXCEPT { return 38; }

// DEPRECATED! grouping will be merged into thousands_sep.
template <typename Char> FMT_API std::string grouping_impl(locale_ref loc);
template <typename Char> inline std::string grouping(locale_ref loc) {
return grouping_impl<char>(loc);
Expand Down

0 comments on commit d9661c8

Please sign in to comment.