On 09/24/2014 11:35 PM, Iain Buclaw via Digitalmars-d wrote:
callWithStackShell is marked nothrow, yet it's delegate parameter 'fn'
is not nothrow!

https://github.com/D-Programming-Language/druntime/pull/966

Bonus points, D inline assembly in a nothrow function.

Marking asm as throwing by default doesn't make too much sense IMO,
because it's fairly difficult to throw from iasm (never seen it) and the main point about iasm is full control.
So why not simply trust the programmer decision here?

Reply via email to