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.

Reply via email to