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

           Summary: destructor and nothrow syntax
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: monarchdo...@gmail.com


--- Comment #0 from monarchdo...@gmail.com 2013-01-26 06:27:15 PST ---
struct S
{
    nothrow ~this() //LEGAL
    {}

    ~this() nothrow //ILLEGAL
    {}
}

Illegal:
main.d(3): Error: semicolon expected following function declaration.

May or may no be related to 9371:
http://d.puremagic.com/issues/show_bug.cgi?id=9371

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

Reply via email to