Scenario: OpenSSL in D language, pros/cons
Timon Gehr via Digitalmars-d
digitalmars-d at puremagic.com
Tue May 6 00:56:11 PDT 2014
On 05/05/2014 12:41 PM, Jonathan M Davis via Digitalmars-d wrote:
> Regardless, there's
> nothing fundamentally limited about @safe except for operations which are
> actually unsafe with regards to memory
What does 'actually unsafe' mean? @safe will happily ban statements that
will never 'actually' result in memory corruption.
More information about the Digitalmars-d
mailing list