On 24 September 2014 19:22, Iain Buclaw via Digitalmars-d
<digitalmars-d@puremagic.com> wrote:
> I don't know how DMD compiles rt.lifetime successfully.
>
> https://github.com/D-Programming-Language/druntime/search?utf8=%E2%9C%93&q=_d_monitordelete
>
> It should error with 'undefined identifier _d_monitordelete' - but no, that
> would be the obvious thing to do.
>
> Iain
>

Another weird one that has me for the moment stumped...

https://github.com/D-Programming-Language/druntime/search?utf8=%E2%9C%93&q=callWithStackShell%28scope&type=Code

callWithStackShell is marked nothrow, yet it's delegate parameter 'fn'
is not nothrow!

Bonus points, D inline assembly in a nothrow function.

Iain.

Reply via email to