From 7ba4c3065f8df144b2643c8e21e142b4b89eeb65 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 25 Feb 2011 13:19:52 +0200 Subject: Add support for boost date, ptime, and time_duration --- 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 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 (); + }; } } } -- cgit v1.1