aboutsummaryrefslogtreecommitdiff
path: root/odb/details/posix/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/posix/exceptions.hxx')
-rw-r--r--odb/details/posix/exceptions.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/details/posix/exceptions.hxx b/odb/details/posix/exceptions.hxx
index dd78313..7a40ac6 100644
--- a/odb/details/posix/exceptions.hxx
+++ b/odb/details/posix/exceptions.hxx
@@ -7,6 +7,7 @@
#include <odb/pre.hxx>
+#include <odb/details/config.hxx> // ODB_NOTHROW_NOEXCEPT
#include <odb/details/export.hxx>
#include <odb/details/exception.hxx>
@@ -22,7 +23,7 @@ namespace odb
code () const {return code_;}
virtual const char*
- what () const throw ();
+ what () const ODB_NOTHROW_NOEXCEPT;
virtual posix_exception*
clone () const;