Skip to content

Commit c43417f

Browse files
authored
Merge pull request #3064 from r-barnes/patch-1
`throw()` -> `noexcept`
2 parents 5f58d49 + e2abc78 commit c43417f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlib/any/storage.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace dlib
2525
!*/
2626

2727
public:
28-
virtual const char * what() const throw()
28+
virtual const char * what() const noexcept
2929
{
3030
return "bad_any_cast";
3131
}

0 commit comments

Comments
 (0)