On Tue, 25 Feb 2014 12:11:46 -0500, Steven Schveighoffer <schvei...@yahoo.com> wrote:

I would suggest a proper interim fix is to only reject key types that define opEquals, but not opCmp. Then switch to using equals in druntime.

Sorry, I meant define opCmp but not opEquals. Some types can be compared for equality but are not ordered (AA's for example!)

-Steve

Reply via email to