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: [PATCH] Fix collate_members_char[wchar_t].cc


On Wed, 2002-03-13 at 14:06, Paolo Carlini wrote:


> I'm not sure to understand what you mean here. Comparing with str1.compare(str2)
> (as in my patch) gives indeed the /same/ result obtained via collate::compare.

Well, your change includes

> > > -  VERIFY(i1 == i2);
> > > +  VERIFY(i2 == 1);

The original code is correct and according to what you just said it
would work for you as well.  So dump the change and use the original
VERIFY.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


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