On Jul 25, 2013 1:10 AM, "Jonathan M Davis" <jmdavisProg@gmx.com> wrote:
>
> On Thursday, July 25, 2013 01:29:04 John Colvin wrote:
> > And @safe is automatically inferred (on templates only still?)
> > when possible? I don't like where this is going...
>
> If you have code that you want to be explictly @system, then mark it with
> @system. That will override any attribute inference for @safe.
>
> - Jonathan m Davis

Can't remember the logic off the top off my head.  Check the old old change logs. :)

-no bounds check set value is between the range 0-2 is all I recall, and that there being a check for @safety.

Regards
--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';