On 4/3/2013 11:08 AM, Jonathan M Davis wrote: > (with most or all of the missing lines being due to stuff like catching > Exception and asserting 0 in the catch block for making a function nothrow > when you know that the code being called will never throw) Why not just mark them as nothrow? Let the compiler statically check it.