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


Maxim Fomin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #2 from Maxim Fomin <[email protected]> 2013-06-28 11:08:00 PDT 
---
The root is that delegate construction does not respect immutability at all.

struct S
{
   void foo() immutable {}
   void baz() 
   {
      //foo();
      (&foo)();
   }
}

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

Reply via email to