On 26 September 2014 01:32, Martin Nowak via Digitalmars-d
<[email protected]> wrote:
> 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?


OK then:

https://github.com/D-Programming-Language/dmd/pull/4030

Reply via email to