From d9661c8f3b78c5f1f28b37a0c866791a9b1d4ca6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 19 Mar 2021 07:54:57 -0700 Subject: [PATCH] Mark grouping as deprecated --- include/fmt/format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fmt/format.h b/include/fmt/format.h index b6924f2b..67810188 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1088,6 +1088,7 @@ template constexpr int digits10() FMT_NOEXCEPT { template <> constexpr int digits10() FMT_NOEXCEPT { return 38; } template <> constexpr int digits10() FMT_NOEXCEPT { return 38; } +// DEPRECATED! grouping will be merged into thousands_sep. template FMT_API std::string grouping_impl(locale_ref loc); template inline std::string grouping(locale_ref loc) { return grouping_impl(loc);