[Issue 9062] AddrExp should distinguish the existence of property resolution.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 5 15:30:23 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9062
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #13 from Walter Bright <bugzilla at digitalmars.com> 2012-12-05 15:30:19 PST ---
C++ has one special case where (e) means something different from e. (Few
people know that case exists.)
Adding such to D makes me very nervous. I think it's a sound principle that any
expression can be parenthesized without altering its meaning, it's important
for anything that generates source code (like mixins are wont to do).
--
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