From 26e36b3a9d7b49d46ecfa69b447482251acba8ac Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Jan 2024 16:53:38 +0300 Subject: Turn libodb repository into package for muti-package repository --- libodb/odb/details/exception.hxx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libodb/odb/details/exception.hxx (limited to 'libodb/odb/details/exception.hxx') diff --git a/libodb/odb/details/exception.hxx b/libodb/odb/details/exception.hxx new file mode 100644 index 0000000..ab838e1 --- /dev/null +++ b/libodb/odb/details/exception.hxx @@ -0,0 +1,21 @@ +// file : odb/details/exception.hxx +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef ODB_DETAILS_EXCEPTION_HXX +#define ODB_DETAILS_EXCEPTION_HXX + +#include + +#include + +namespace odb +{ + namespace details + { + struct exception: odb::exception {}; + } +} + +#include + +#endif // ODB_DETAILS_EXCEPTION_HXX -- cgit v1.1