FS#1149 - [Patch] removing most of the >> as / related to Money values
|
DetailsAs a side product of trying to make Money into class I ran into ">> 4" and similar ones applied to values of type Money. I feel that these should be changed to use / because it's more natural way for a human to read and also having a bit shift operator on a class that is an abstraction of money later doesn't seem to fit.
|
This task depends upon
Closed by Patric Stout (TrueBrain)
Saturday, 03 November 2007, 23:19 GMT
Reason for closing: Won't implement
Additional comments about closing: Patch rejected. Currently no real gain.
Saturday, 03 November 2007, 23:19 GMT
Reason for closing: Won't implement
Additional comments about closing: Patch rejected. Currently no real gain.

moneyrelatedclen_10963.diff
Also fixed few things caused by overeagerness to remove bitshifts.