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

           Summary: Class member with un-@safe destructor gives confusing
                    error
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: c...@klickverbot.at


--- Comment #0 from klickverbot <c...@klickverbot.at> 2011-12-02 09:30:38 PST 
---
Consider:
---
struct Foo {
  ~this() {}
}

@safe {
  class Bar {
    Foo f;
  }
}
---

DMD 2.057 Git (887dda0ba) fails with:
---
Error: safe function '~this' cannot call system function '~this'
---

I didn't think about what the best solution for this yet (what exactly is a
�safe class� in the first place?), but the error message should certainly be
improved.

[related to issue 7050]

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

Reply via email to