Hi!
I have one interesting idea - sometimes we want to know, which exceptions can be thrown by a function (since in modern C++ we haven't exception specification). It will be useful for: documentation, writing proper exceptions handlers for functions, etc.
I understand that it can be done only for existent source code and cannot - for external binary deps.
What do you think about the idea?
Hi!
I have one interesting idea - sometimes we want to know, which exceptions can be thrown by a function (since in modern C++ we haven't exception specification). It will be useful for: documentation, writing proper exceptions handlers for functions, etc.
I understand that it can be done only for existent source code and cannot - for external binary deps.
What do you think about the idea?