This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix collate_members_char[wchar_t].cc
- 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: Thu, 14 Mar 2002 10:54:26 -0800 (PST)
- Subject: Re: [PATCH] Fix collate_members_char[wchar_t].cc
> What do you prefer:
> 1- (more strict) Changing all the > 0 to == +1 and all < 0 to == -1.
> 2- (less strict) Use in my changes too < 0 and > 0.
I thought only 2 was valid?