Obvious Things C Should Do

Quirin Schroll qs.il.paperinik at gmail.com
Thu Jan 23 16:20:21 UTC 2025


On Monday, 13 January 2025 at 16:13:10 UTC, Dukc wrote:
> On Monday, 13 January 2025 at 08:16:48 UTC, Walter Bright wrote:
>> D's CTFE does not allow undefined behavior.
>
> It's pretty simple in D since it has the @safe subset where 
> everything is defined behaviour anyway.

That’s simply wrong. `@safe` code can call `@trusted` code and 
that can execute undefined behavior if it has a bug.


More information about the Digitalmars-d mailing list