Do we really need @unsafe?
Don
nospam at nospam.com
Wed Nov 11 03:04:16 PST 2009
Walter Bright wrote:
> Don wrote:
>> Actually, I'd hope for a way of checking that @unsafe functions are
>> called only from @trusted functions, and NOT from unmarked ones --
>> that's the way I'd proceed in moving a codebase over to 'safe'.
>
> That would be fairly viral. I'm concerned it would make it an impediment
> to use.
Hopefully such functions would be really rare. It would be a strong
encouragement to wrap them in an @trusted wrapper.
More information about the Digitalmars-d
mailing list