This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix collate_members_xx.cc (take2)
- 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: Fri, 15 Mar 2002 07:13:34 -0800 (PST)
- Subject: Re: [PATCH] Fix collate_members_xx.cc (take2)
> 2002-03-14 Paolo Carlini <pcarlini@unitus.it>
>
> * testsuite/22_locale/collate_members_char.cc
> (test01): compare the result of collate::compare with
> that of collate::transform + string::compare, not with
> that of collate::transform + collate::compare.
> (test01): values returned by collate::compare are
> normalized, therefore test against +-1.
> * testsuite/22_locale/collate_members_wchar_t.cc: Ditto.
this is great Paolo, thanks!