CTFE Status 2

Nordlöw via Digitalmars-d digitalmars-d at puremagic.com
Wed Mar 15 12:00:21 PDT 2017


On Wednesday, 15 March 2017 at 15:59:46 UTC, Stefan Koch wrote:
> Unsupported Features include :
>
>  - Unicode/Auto-decoding support.
> NOTE: foreach(char c; string) { ... } will work since it does 
> not auto-decode.
>
>  - Floating point.
>  - Classes
>  - unions
>  - structs containing other structs.
>  - arrays of structs
>  - arrays of arrays
>  - || and &&
>  - ref return (though I doubt it's needed)
>  - references of 64bit values
>
> And maybe other I cannot think of right now.

How long do you estimate this will take?

Can/Will some of your work on newCTFE-branch be merged onto 
master before _all_ these things have been fixed?


More information about the Digitalmars-d mailing list