Hi,

is there a reason why operator ++/-- overloadings (pre and postincrement/decrement) in class Big<> is not implemented?

Big<2,3> i(1);
i++; // does not work
i--; // does not work
--i; // does not work
++i; // does not work

Do you need a patch that fixes the issue?

Added by: tomek, 2010 IX 18, Last modified: 2010 IX 18

I forgot, added in trunk.
svn co svn://ttmath.org/publicrep/ttmath/trunk ttmath

Added by: ~guest, 2010 IX 20

thanks for the quick fix.

Best regards

Martin Ettl