> C++ question: is this the best way to sort the keys in case-insensitive > manner? Probably not... return (res <= 0); should read return (res < 0); (Well, actually "return res < 0;" I guess, but that's not the point) You need a strict weak ordering. Andre' -- André Pönitz ........................................ [EMAIL PROTECTED]
- [PATCH] GUIIsed FormExternal John Levon
- Re: [PATCH] GUIIsed FormExternal Lars Gullik Bjønnes
- Re: [PATCH] GUIIsed FormExternal Dekel Tsur
- Re: [PATCH] GUIIsed FormExternal Angus Leeming
- Re: [PATCH] GUIIsed FormExternal Dekel Tsur
- Re: [PATCH] GUIIsed FormExternal Dekel Tsur
- Re: [PATCH] GUIIsed FormExternal Angus Leeming
- Re: [PATCH] GUIIsed FormExte... Andre Poenitz
- Re: [PATCH] GUIIsed Form... Angus Leeming
- Re: [PATCH] GUIIsed FormExte... Lars Gullik Bjønnes
- Re: [PATCH] GUIIsed FormExte... Dekel Tsur
- Re: [PATCH] GUIIsed FormExternal Baruch Even
- Re: [PATCH] GUIIsed FormExternal Angus Leeming
- Re: [PATCH] GUIIsed FormExternal Lars Gullik Bjønnes