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.hxx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 odb/boost/date-time/exceptions.hxx (limited to 'odb/boost/date-time/exceptions.hxx') diff --git a/odb/boost/date-time/exceptions.hxx b/odb/boost/date-time/exceptions.hxx new file mode 100644 index 0000000..8fd58b8 --- /dev/null +++ b/odb/boost/date-time/exceptions.hxx @@ -0,0 +1,31 @@ +// file : odb/boost/date-time/exceptions.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef ODB_BOOST_DATE_TIME_EXCEPTIONS_HXX +#define ODB_BOOST_DATE_TIME_EXCEPTIONS_HXX + +#include + +#include +#include + +namespace odb +{ + namespace boost + { + namespace date_time + { + struct LIBODB_BOOST_EXPORT special_value: odb::boost::exception + { + virtual const char* + what () const throw (); + }; + } + } +} + +#include + +#endif // ODB_BOOST_DATE_TIME_EXCEPTIONS_HXX -- cgit v1.1