Details
-
Suggestion
-
Resolution: Duplicate
-
P3: Somewhat important
-
QSR 2.0
-
None
Description
According to this site https://www.learncpp.com/cpp-tutorial/exception-specifications-and-noexcept/ noexcept can be used to check during compilation time that the function does not throw an exception. Conversely, one could use this to get feed back from compiler, what are the exceptions that are thrown and thus ease the documentation of exceptions.
Attachments
Issue Links
- relates to
-
QSR-642 Make an API/a mechanism to record detailed errors during runtime
- Open