From 8f278506a9ef4de0f17bdce5b69b212140f94ec0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jun 2016 18:50:51 +0200 Subject: Get rid of C++11 deprecation warnings for auto_ptr, exception specs In particular, std::auto_ptr is no longer mapped in C++11. --- odb/qt/date-time/exceptions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/qt/date-time/exceptions.cxx') 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"; } -- cgit v1.1