We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9ff7d commit 10461b6Copy full SHA for 10461b6
include/boost/decimal/detail/locale_conversion.hpp
@@ -26,7 +26,6 @@ inline void convert_string_to_c_locale(char* buffer, const std::locale& loc) noe
26
locale_thousands_sep = ' ';
27
}
28
const bool has_grouping {!np.grouping().empty() && np.grouping()[0] > 0};
29
- const int grouping_size {has_grouping ? np.grouping()[0] : 0};
30
31
// Remove thousands separator if it exists and grouping is enabled
32
if (has_grouping && locale_thousands_sep != '\0')
0 commit comments