Re: betterC current consequences

2017-12-24 Thread rikki cattermole via Digitalmars-d-learn
On 24/12/2017 10:02 AM, Amorphorious wrote: The docs states Consequences As no Druntime is available, many D features won't work. For example:     Garbage Collection     Thread-local storage     TypeInfo and ModuleInfo     Classes     Built-in threading (e.g. core.thread)     Dynamic

betterC current consequences

2017-12-24 Thread Amorphorious via Digitalmars-d-learn
The docs states Consequences As no Druntime is available, many D features won't work. For example: Garbage Collection Thread-local storage TypeInfo and ModuleInfo Classes Built-in threading (e.g. core.thread) Dynamic arrays (but not slices) and associative arrays