This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: second part of


On Wed, Feb 05, 2003 at 09:56:12PM -0600, Benjamin Kosnik wrote:
> 
> This is another hunk of the PR 8761 and 707 fixups.
> 
> *** include/bits/ios_base.h	22 Jan 2003 16:51:51 -0000	1.22
> --- include/bits/ios_base.h	6 Feb 2003 01:52:53 -0000
> ...   
> +   // Used by both numeric and monetary facets.
> +   // Check to make sure that the __grouping_tmp string constructed in
> +   // money_get or num_get matches the canonical grouping for a given
> +   // locale.
> +   // __grouping_tmp is parsed L to R
> +   // 1,222,444 == __grouping_tmp of "/1/3/3"
> +   // __grouping is parsed R to L
> +   // 1,222,444 == __grouping of "/3" == "/3/3/3"

Benjamin,

Are you sure you used the right version of the patch?  I checked,
and Jerry's "take 4" has these comments right -- using "\3" instead
of the erroneous "/3" your patch shows above.

Nathan Myers
ncm@cantrip.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]