dmd 2.065.0

Steven Schveighoffer schveiguy at yahoo.com
Tue Feb 25 10:23:33 PST 2014


On Tue, 25 Feb 2014 12:11:46 -0500, Steven Schveighoffer  
<schveiguy at 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


More information about the Digitalmars-d-announce mailing list