http://d.puremagic.com/issues/show_bug.cgi?id=9401
Maxim Fomin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Maxim Fomin <[email protected]> 2013-01-26 07:14:32 PST --- (In reply to comment #0) > 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 It seems that no attribute after ~this() is supported. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
