diff options
-rw-r--r-- | odb/boost/date-time/exceptions.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/boost/date-time/exceptions.hxx b/odb/boost/date-time/exceptions.hxx index 4d064cb..3a9a929 100644 --- a/odb/boost/date-time/exceptions.hxx +++ b/odb/boost/date-time/exceptions.hxx @@ -17,13 +17,13 @@ namespace odb { namespace date_time { - struct LIBODB_BOOST_EXPORT special_value: odb::boost::exception + struct LIBODB_BOOST_EXPORT special_value: exception { virtual const char* what () const throw (); }; - struct LIBODB_BOOST_EXPORT value_out_of_range : odb::boost::exception + struct LIBODB_BOOST_EXPORT value_out_of_range: exception { virtual const char* what () const throw (); |