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 8fd58b8..4d064cb 100644
--- a/odb/boost/date-time/exceptions.hxx
+++ b/odb/boost/date-time/exceptions.hxx
@@ -22,6 +22,12 @@ namespace odb
virtual const char*
what () const throw ();
};
+
+ struct LIBODB_BOOST_EXPORT value_out_of_range : odb::boost::exception
+ {
+ virtual const char*
+ what () const throw ();
+ };
}
}
}