[Issue 4606] access modifier causes failure to find stack pointer for template delegate

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 10 01:11:16 PDT 2011


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


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
                 CC|                            |yebblies at gmail.com


--- Comment #1 from yebblies <yebblies at gmail.com> 2011-07-10 18:06:08 EST ---
The problem is that when trying to decide if a struct is nested or not,
StructDeclaration::semantic only checks top-level symbols for functions.  It
should check inside nested symbols as well.

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