<br><br><div class="gmail_quote">On Mon, Apr 16, 2012 at 17:53, deadalnix <span dir="ltr"><<a href="mailto:deadalnix@gmail.com">deadalnix@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5"><br></div></div>
@safe only allow operation that cannot screw up your memory. @system is the complete language.<br>
<br>
@trusted is an explicit qualifie, to allow @safe code to call @system code. It is mandatory, for instance, for @safe code to call the GC (GC code cannot be @safe).<br>
<br>
It is up to the develloper to ensure that @trusted code can really be trusted, so it isn't a subset.<br>
</blockquote></div><br><div><br></div><div>Thanks, it helps a bit.</div><div>However, a clear list of feature -> subset would be far more useful for me.</div><div><br></div><div>Klaim / Joel Lamotte</div>