aboutsummaryrefslogtreecommitdiff
path: root/odb/details/posix/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/posix/exceptions.cxx')
-rw-r--r--odb/details/posix/exceptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/posix/exceptions.cxx b/odb/details/posix/exceptions.cxx
index 0ed0aa3..ecffa4f 100644
--- a/odb/details/posix/exceptions.cxx
+++ b/odb/details/posix/exceptions.cxx
@@ -9,7 +9,7 @@ namespace odb
namespace details
{
const char* posix_exception::
- what () const throw ()
+ what () const ODB_NOTHROW_NOEXCEPT
{
return "POSIX API error";
}