[Bug 34] C style cast illegal

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 11 11:34:01 PST 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=34


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from bugzilla at digitalmars.com  2006-03-11 13:34 -------
(idx)+3 can be parsed as a C-style cast: (idx)(+3). These are marked as illegal
in order to catch errors in transliterating C code into D code.

This is deliberate behavior, not a bug.


-- 




More information about the Digitalmars-d-bugs mailing list