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

2019-12-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4606

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |FIXED

--- Comment #2 from RazvanN  ---
The code now compiles fine and outputs "5 1 2". Closing as fixed.

--


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

2011-07-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4606


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

   Keywords||rejects-valid
 CC||yebbl...@gmail.com


--- Comment #1 from yebblies yebbl...@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: ---