ldc executable crashes with this code
H. S. Teoh
hsteoh at quickfur.ath.cx
Thu Feb 3 03:25:39 UTC 2022
On Thu, Feb 03, 2022 at 02:01:34AM +0000, forkit via Digitalmars-d-learn wrote:
[...]
> would be nice if the compiler told me something though :-(
>
> i.e. "hey, dude, you really wanna to that?"
Mark your function @safe, and the compiler will stop you from unsafe
casts of this nature. That's part of the reason we have @safe. ;-)
T
--
Everybody talks about it, but nobody does anything about it! -- Mark Twain
More information about the Digitalmars-d-learn
mailing list