aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time/exceptions.cxx')
-rw-r--r--odb/qt/date-time/exceptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/qt/date-time/exceptions.cxx b/odb/qt/date-time/exceptions.cxx
index 43cba1f..dfc3efa 100644
--- a/odb/qt/date-time/exceptions.cxx
+++ b/odb/qt/date-time/exceptions.cxx
@@ -11,7 +11,7 @@ namespace odb
namespace date_time
{
const char* value_out_of_range::
- what () const throw ()
+ what () const ODB_NOTHROW_NOEXCEPT
{
return "date/time value out of range";
}