CTFE Status

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Wed Dec 7 06:24:32 PST 2016


On Wednesday, 7 December 2016 at 08:33:22 UTC, Andrea Fontana 
wrote:
> On Saturday, 3 December 2016 at 18:00:10 UTC, Stefan Koch wrote:
>> classes (unlikely to be added in the near future)
>> floating point math (unlikely to be added in the near future)
>
> What's the problem with classes and floating point math?
>
> Andrea

Honestly the main problem is that I am not familiar with 
FloatingPoint-Math.
Therefore I would may not even notice when I introduce a subtle 
bug.

Classes build on top of a functioning memory-management and 
require a mechanism for indirect calls or function pointers.
Both are currently not implemented.

I will worry about classes when the rest of the engine runs 
cleanly.




More information about the Digitalmars-d mailing list