CTFE Status 2

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Wed Mar 15 09:11:44 PDT 2017


On Wednesday, 15 March 2017 at 15:59:46 UTC, Stefan Koch wrote:
> On Wednesday, 15 March 2017 at 15:49:59 UTC, Nordlöw wrote:
>> On Wednesday, 15 March 2017 at 13:49:43 UTC, Stefan Koch wrote:
>>> String Slicing is in!
>>
>> Great! What remains?
>
> 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.

slice expansion.
and string-foreach caused dmd to miscomplie itself ... *sigh*

So no string-foreach for now;



More information about the Digitalmars-d mailing list