From 6a07b88cdf6419440b19e7b7dbc9231519c32c62 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 31 Jan 2011 10:53:27 +0200 Subject: Initial Boost profile template --- odb/boost/exceptions.cxx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 odb/boost/exceptions.cxx (limited to 'odb/boost/exceptions.cxx') diff --git a/odb/boost/exceptions.cxx b/odb/boost/exceptions.cxx new file mode 100644 index 0000000..038efe4 --- /dev/null +++ b/odb/boost/exceptions.cxx @@ -0,0 +1,20 @@ +// 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