[Issue 3735] op=
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 18 12:06:12 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3735
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2012-01-18 12:06:10 PST ---
Apart from Stewart's comment, there's also the case of >>>.
a >>>= b is different to a = a >>> b, if a is short or byte.
(The first does an unsigned shift, the second does a signed shift).
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list