On 18 December 2012 15:19, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
Potentially this can now be re-written as.

void die() @noreturn
{
   abort();
}


By the way, this would be the first time that @noreturn has been brought up.

http://forum.dlang.org/thread/i9p9li$282u$1@digitalmars.com


--
Iain Buclaw

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