We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582f187 commit 77c61b4Copy full SHA for 77c61b4
src/libs/tclap/include/tclap/ArgException.h
@@ -82,7 +82,7 @@ class ArgException : public std::exception
82
/**
83
* Returns the arg id and error text.
84
*/
85
- const char* what() const _NOEXCEPT /*throw()*/
+ const char* what() const noexcept /*throw()*/
86
{
87
static std::string ex;
88
ex = _argId + " -- " + _errorText;
0 commit comments