[Issue 13399] va_arg is nothrow yet may throw

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 30 07:06:19 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13399

Dicebot <public at dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public at dicebot.lv

--- Comment #1 from Dicebot <public at dicebot.lv> ---
Have encountered same issue when trying to build vibe.d newsgroup server.
Looking at the content of the `stdarg` module it doesn't feel like module-wide
`nothrow` is applicable there at all, there are just too many things that can
throw indirectly. In my opinion this needs to be reverted and `nothrow` added
on per-function basis

--


More information about the Digitalmars-d-bugs mailing list