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/exceptions.cxx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 odb/boost/exceptions.cxx (limited to 'odb/boost/exceptions.cxx') diff --git a/odb/boost/exceptions.cxx b/odb/boost/exceptions.cxx deleted file mode 100644 index 038efe4..0000000 --- a/odb/boost/exceptions.cxx +++ /dev/null @@ -1,20 +0,0 @@ -// file : odb/boost/exceptions.cxx -// author : Boris Kolpackov -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file - -#include - -using namespace std; - -namespace odb -{ - namespace boost - { - const char* dummy_exception:: - what () const throw () - { - return "dummy exception"; - } - } -} -- cgit v1.1