aboutsummaryrefslogtreecommitdiff
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.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/details/shared-ptr/exception.hxx b/odb/details/shared-ptr/exception.hxx
index 99ed069..a006a35 100644
--- a/odb/details/shared-ptr/exception.hxx
+++ b/odb/details/shared-ptr/exception.hxx
@@ -8,6 +8,8 @@
#include <odb/pre.hxx>
#include <odb/exception.hxx>
+
+#include <odb/details/config.hxx> // ODB_NOTHROW_NOEXCEPT
#include <odb/details/export.hxx>
namespace odb
@@ -17,7 +19,7 @@ namespace odb
struct LIBODB_EXPORT not_shared: exception
{
virtual const char*
- what () const throw ();
+ what () const ODB_NOTHROW_NOEXCEPT;
virtual not_shared*
clone () const;