www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: D arithmetic problem

Denis Koroskin Wrote:

 Shouldn't bitwise operations be disallowed on signed types at all?

bit operations on signed types are ok as long as implicit conversions don't change bit patterns.
Jun 04 2009