aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time/exceptions.hxx')
-rw-r--r--odb/qt/date-time/exceptions.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/qt/date-time/exceptions.hxx b/odb/qt/date-time/exceptions.hxx
index e231bb6..d7dcb38 100644
--- a/odb/qt/date-time/exceptions.hxx
+++ b/odb/qt/date-time/exceptions.hxx
@@ -7,6 +7,8 @@
#include <odb/pre.hxx>
+#include <odb/details/config.hxx> // ODB_NOTHROW_NOEXCEPT
+
#include <odb/qt/exception.hxx>
#include <odb/qt/details/export.hxx>
@@ -19,7 +21,7 @@ namespace odb
struct LIBODB_QT_EXPORT value_out_of_range: exception
{
virtual const char*
- what () const throw ();
+ what () const ODB_NOTHROW_NOEXCEPT;
virtual value_out_of_range*
clone () const;