summaryrefslogtreecommitdiff
path: root/odb/details/shared-ptr/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/shared-ptr/exception.hxx')
-rw-r--r--odb/details/shared-ptr/exception.hxx31
1 files changed, 0 insertions, 31 deletions
diff --git a/odb/details/shared-ptr/exception.hxx b/odb/details/shared-ptr/exception.hxx
deleted file mode 100644
index 0ed50be..0000000
--- a/odb/details/shared-ptr/exception.hxx
+++ /dev/null
@@ -1,31 +0,0 @@
-// file : odb/details/shared-ptr/exception.hxx
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#ifndef ODB_DETAILS_SHARED_PTR_EXCEPTION_HXX
-#define ODB_DETAILS_SHARED_PTR_EXCEPTION_HXX
-
-#include <odb/pre.hxx>
-
-#include <odb/exception.hxx>
-
-#include <odb/details/config.hxx> // ODB_NOTHROW_NOEXCEPT
-#include <odb/details/export.hxx>
-
-namespace odb
-{
- namespace details
- {
- struct LIBODB_EXPORT not_shared: exception
- {
- virtual const char*
- what () const ODB_NOTHROW_NOEXCEPT;
-
- virtual not_shared*
- clone () const;
- };
- }
-}
-
-#include <odb/post.hxx>
-
-#endif // ODB_DETAILS_SHARED_PTR_EXCEPTION_HXX