From 3990f7c5997aa6a36b54fcb286fb9dc97f658edc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Nov 2014 16:24:50 +0200 Subject: Implement bulk database operation support for Oracle and SQL Server --- odb/boost/date-time/exceptions.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (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 6022106..731c06e 100644 --- a/odb/boost/date-time/exceptions.hxx +++ b/odb/boost/date-time/exceptions.hxx @@ -20,12 +20,18 @@ namespace odb { virtual const char* what () const throw (); + + virtual special_value* + clone () const; }; struct LIBODB_BOOST_EXPORT value_out_of_range: exception { virtual const char* what () const throw (); + + virtual value_out_of_range* + clone () const; }; } } -- cgit v1.1