[Issue 2293] access instance members from inside delegates
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Nov 25 02:24:46 PST 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=2293
maxmo at pochta.ru changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
------- Comment #2 from maxmo at pochta.ru  2008-11-25 04:24 -------
Works by design. In D1 nested delegates aren't closures and using them after
enclosing function exits results in undefined behavior. this is accessed
through frame pointer.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list