We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
throw()
noexcept
1 parent 0f2b6c1 commit e2abc78Copy full SHA for e2abc78
1 file changed
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