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


yebblies <yebbl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebbl...@gmail.com
           Platform|x86                         |All
         AssignedTo|nob...@puremagic.com        |yebbl...@gmail.com
            Summary|Problem with prinft inside  |debug's relaxed purity does
                   |debug{} of pure function    |not apply to nested scopes
         OS/Version|Windows                     |All


--- Comment #4 from yebblies <yebbl...@gmail.com> 2013-01-17 00:27:22 EST ---
Reduced:

int x;

void main() pure
{
    debug
    {
        {
            x = 0;
        }
    }
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to