diff options
Diffstat (limited to 'odb/exception.hxx')
-rw-r--r-- | odb/exception.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/exception.hxx b/odb/exception.hxx index 0ab188a..e0217b7 100644 --- a/odb/exception.hxx +++ b/odb/exception.hxx @@ -16,10 +16,8 @@ namespace odb { struct LIBODB_EXPORT exception: std::exception { - // By default return the exception type name ( typeid (*this).name () ). - // virtual const char* - what () const throw (); + what () const throw () = 0; }; } |