CTFE Status

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 14 17:35:42 PST 2016


To more bullet points cross the border from unsupported to 
supported.
- assignment to static array cells
- long ulong arithmetic.

However there is a a bug inside the code that does 
bounds-checking for array assignment.
In rare cases it can trigger a out-bounds-error on newly created 
arrays.

Dynamic arrays work partially.

The only way to create them is to assign to length.
For initialization fill the cells in a for-loop.



More information about the Digitalmars-d mailing list