Skip to content

Commit 77c61b4

Browse files
committed
fix: compilation, noexcept
1 parent 582f187 commit 77c61b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/tclap/include/tclap/ArgException.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ArgException : public std::exception
8282
/**
8383
* Returns the arg id and error text.
8484
*/
85-
const char* what() const _NOEXCEPT /*throw()*/
85+
const char* what() const noexcept /*throw()*/
8686
{
8787
static std::string ex;
8888
ex = _argId + " -- " + _errorText;

0 commit comments

Comments
 (0)