John:

        Mass!(T,S) opAdd(Mass!(T,S) other) {

If you are using D2 then don't use opAdd, use opBinary:

http://dlang.org/operatoroverloading.html#Binary

Bye,
bearophile

Reply via email to