[Issue 3847] To avoid a C code bug
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 27 13:02:51 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3847
Stewart Gordon <smjg at iname.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |smjg at iname.com
--- Comment #3 from Stewart Gordon <smjg at iname.com> 2010-02-27 13:02:48 PST ---
(In reply to comment #2)
> 2: replace the less common bitwise operators '&' and '|' with 'and' & 'or'
I somehow think that would confuse people, who generally expect 'and' and 'or'
to be logical rather than bitwise.
Though people coming from certain M$ Basic backgrounds have instead to deal
with boolean true being 1 rather than -1.
--
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