CTFE Status 2

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 16 09:23:04 PDT 2017


On Thursday, 16 February 2017 at 21:05:51 UTC, Stefan Koch wrote:
> [ ... ]

Hi Guys,

I just fixed default initialization of structs.
So now a larger portion of code will be compiled and executed by 
newCTFE.

my_struct MyStruct;
will now work, before it would trigger a bailout.
NOTE: this will create bogus results if the struct does contain 
complex initializers i.e. anything other then integers.

Complex type support will come after dconf.


More information about the Digitalmars-d mailing list