[Issue 8749] Wrong mangling of in parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 4 11:29:24 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8749


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-10-04 11:23:32 PDT ---
scope is _supposed_ to affect all reference types. The fact that it doesn't is
a bug in dmd.

Regardless, I would have expected that in would literally be replaced with
const scope during the compilation process rather than using it directly in any
way. And given that in is supposed to be an alias for const scope, the fact
that in is being handled directly rather than being converted to const scope
before being processed probably should be changed.

-- 
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