private struct's destructor causes internal error during compilation

2012-03-12 Thread Sharp
Hi all! Sorry, my english is poor, so the compiler output and the source code will talk instead of me :) I have DMD v2.057 code d:\D\dmd2\windows\bin\dmd.exe -c installer\functions.d -ofD:\D\projects\ikonboard\ikonboarD\obj\Debug\functions.obj -Id:\D\dmd2\src\phobos

Re: private struct's destructor causes internal error during compilation

2012-03-12 Thread Kapps
On Monday, 12 March 2012 at 10:58:25 UTC, Sharp wrote: Hi all! Sorry, my english is poor, so the compiler output and the source code will talk instead of me :) I have DMD v2.057 In the db.d, if I remove the PreparedStatement's destructor, it compiles. Here's the source code: