This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: num_get probably not ok for grouped hexs and octs?!?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 27 Feb 2002 17:42:13 -0800 (PST)
- Subject: Re: num_get probably not ok for grouped hexs and octs?!?
> here in Italy is late and I can really work on the following only tomorrow.
In minds eye I always see you with a row of empty espressos next to a
workstation, but whatever. Sleep well.
> In the meanwhile I thought I had better to inform you all of something a little
> alarming I have found in num_get::_M_extract_int, locale_facets.tcc, line 313:
Yep. In this case, __check_grouping can just check for __grouping.size().
It'll be a good thing to check and make sure this works as expected.
-benjamin