Calypso progress report (+ updated MingW64 build)

Elie Morisse via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Oct 25 09:03:53 PDT 2015


On Friday, 23 October 2015 at 09:19:44 UTC, Kagamin wrote:
> On Thursday, 22 October 2015 at 23:24:57 UTC, Elie Morisse 
> wrote:
>> Default constructors are invoked
>
> Including class fields?
>
> class A
> {
>   QString s_myFilename;
>   this()
>   {
>     //is s_myFilename constructed already?
>   }
> }

That triggered my own assert, oops. It's fixed now, the field 
default ctor is called if the field has no initializer, just 
before A's ctor.


More information about the Digitalmars-d-announce mailing list