This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: A bug in the current _M_insert_float/_M_group_float
Jerry Quinn wrote:
...
Issue 282 says adds floating point grouping. Issue 358 says don't
group beyond the decimal point. Perhaps another issue is needed to
say that grouping shouldn't be applied to the exponent section. Or
could issue 358 be extended to deal with this as well?
Issue 358 cannot be extended because it's already closed, but a new
issue to handle this case should probably be added for clarity (even
though the intent should be obvious, i.e., thousands_sep should only
be allowed in the integral part of the number).
Martin