With the change in how operator overloading works this is another area that requires updating. The compiler is good about instructing direction on this, but it should be mentioned that opEquals now takes a const reference, and returns a reference (is that actually required?). Then there is the removal of all opName functions for opBinary and the like.