]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/mode.h
Add no-throw destructors to exception classes that were lacking one
[libs/core.git] / source / io / mode.h
index 5500dff613bc5e6a857f66bc9f9e7e4090be9893..706609f03f4bb7c5c8b40c111b1da11f02d4581d 100644 (file)
@@ -30,6 +30,7 @@ class invalid_access: public std::logic_error
 {
 public:
        invalid_access(Mode);
+       ~invalid_access() throw() { }
 };
 
 } // namespace IO