From ff1607744c63d94126ae05fee042cd490fc0bf1a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Mar 2011 11:26:56 +0200 Subject: Get rid of unnecessary qualifications --- odb/boost/date-time/exceptions.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/boost/date-time/exceptions.hxx') 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 (); -- cgit v1.1