aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/date-time/exceptions.cxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-02-25 13:19:52 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-03-02 10:17:11 +0200
commit7ba4c3065f8df144b2643c8e21e142b4b89eeb65 (patch)
treeb0bf0896eda68ee0a70759b238543d10ec6fdd5d /odb/boost/date-time/exceptions.cxx
parent649decc0c728edba0d6ae8830b5e145bfc9e7ea6 (diff)
Add support for boost date, ptime, and time_duration
Diffstat (limited to 'odb/boost/date-time/exceptions.cxx')
-rw-r--r--odb/boost/date-time/exceptions.cxx6
1 files changed, 6 insertions, 0 deletions
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";
+ }
}
}
}