I see.... mm.... Thanks for the info!"Jonathan M Davis" wrote in message news:[email protected]...
Object is not currently const-correct: http://d.puremagic.com/issues/show_bug.cgi?id=1824 As a result, a number of basic functions do not currently work with const objects. So, making opEquals const means that it's not going to work. Itsucks, but until Object is fixed to be const-correct, that's the way it goes.
