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