betterC becoming unusable

Dave P. dave287091 at gmail.com
Mon Nov 7 04:26:35 UTC 2022


On Monday, 7 November 2022 at 03:59:28 UTC, Steven Schveighoffer 
wrote:
> I had a person who was trying to use raylib-d using betterC.
>
> [...]
>
> 2. Array comparison sometimes fails to link. That's right 
> `string1 == string2` may fail depending on whether the compiler 
> decides that the support template in druntime needs to be 
> emitted to the object file. This is unacceptable. If I have to 
> use `strcmp` in betterC, I might as well just use C.
>
> [...]
>



This one drives me nuts. At least one scenario that causes it: 
https://issues.dlang.org/show_bug.cgi?id=22427


More information about the Digitalmars-d mailing list