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.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/boost/date-time/exceptions.cxx') diff --git a/odb/boost/date-time/exceptions.cxx b/odb/boost/date-time/exceptions.cxx index abde353..9a8ef3d 100644 --- a/odb/boost/date-time/exceptions.cxx +++ b/odb/boost/date-time/exceptions.cxx @@ -16,6 +16,12 @@ namespace odb { return "unrepresentable date/time special value"; } + + const char* value_out_of_range:: + what () const throw () + { + return "date/time value out of range"; + } } } } -- cgit v1.1