aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/date-time/exceptions.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-14 16:24:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-14 16:24:50 +0200
commite827043ef36b092968b247dac7a66d947be328f9 (patch)
treead4d985961838993012f1fb405324216660501c1 /odb/boost/date-time/exceptions.hxx
parent3c5e0b25053a8dd4af5e47faada8b503cf3df83e (diff)
Old interface compatibility and testing fixes
Now all tests pass for both Oracle and SQL Server.
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;
};
}
}