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


Jonathan M Davis <jmdavisp...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisp...@gmx.com


--- Comment #2 from Jonathan M Davis <jmdavisp...@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: -------

Reply via email to