Thread overview
[Issue 13399] va_arg is nothrow yet may throw
Aug 30, 2014
Dicebot
August 30, 2014
https://issues.dlang.org/show_bug.cgi?id=13399

Dicebot <public@dicebot.lv> changed:

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

--- Comment #1 from Dicebot <public@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

--
August 30, 2014
https://issues.dlang.org/show_bug.cgi?id=13399

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/3d02226af8567fcb53107a458abbd50d8501502a Remove nothrow from core.stdc.stdarg

Fix issue 13399

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13399

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/3d02226af8567fcb53107a458abbd50d8501502a Remove nothrow from core.stdc.stdarg

--