Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
According to MSDN , __declspec(nothrow) is the Microsoft equivalent of the throw() specifier. The behavior of a function with the throw specifier is somewhat different from the behavior of a function with the noexcept specifier in case of an exception that will not be caught by such a function: throw() calls std::unexpected, and noexcept goes straight to std::terminate.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question