From f1c2a621ac2695dfe4a3bc71dbc9ce3079008d2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Feb 2011 13:56:09 +0200 Subject: Add support for smart-ptr, unordered, and date_time (basic) --- odb/boost/date-time/exceptions.cxx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 odb/boost/date-time/exceptions.cxx (limited to 'odb/boost/date-time/exceptions.cxx') diff --git a/odb/boost/date-time/exceptions.cxx b/odb/boost/date-time/exceptions.cxx new file mode 100644 index 0000000..abde353 --- /dev/null +++ b/odb/boost/date-time/exceptions.cxx @@ -0,0 +1,21 @@ +// file : odb/boost/date-time/exceptions.cxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#include + +namespace odb +{ + namespace boost + { + namespace date_time + { + const char* special_value:: + what () const throw () + { + return "unrepresentable date/time special value"; + } + } + } +} -- cgit v1.1