[Issue 17970] shared struct destructor doesn't compile anymore

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 16 10:57:55 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=17970

alex.jercaianu at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.jercaianu at gmail.com

--- Comment #2 from alex.jercaianu at gmail.com ---
 shared struct Foo
 {
     ~this()
     {
     }
 }

 void main()
 {
     Foo x;
 }

This still does not compile

--


More information about the Digitalmars-d-bugs mailing list