aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/date-time/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/boost/date-time/exceptions.hxx')
-rw-r--r--odb/boost/date-time/exceptions.hxx6
1 files changed, 6 insertions, 0 deletions
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;
};
}
}