We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f58d49 + e2abc78 commit c43417fCopy full SHA for c43417f
dlib/any/storage.h
@@ -25,7 +25,7 @@ namespace dlib
25
!*/
26
27
public:
28
- virtual const char * what() const throw()
+ virtual const char * what() const noexcept
29
{
30
return "bad_any_cast";
31
}
0 commit comments