From add30617d6f2bf89d197ca7cbc87956c85283afe 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. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 8d5cf03..0d001db 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,10 @@ Version 2.5.0 * In PostgreSQL a SELECT statement in a view that is prefixed with the /*CALL*/ comment is recognized and handled as a stored procedure call. + * Due to warnings issued by some compiler, std::auto_ptr is no longer mapped + as an object pointer or wrapper in the C++11 mode. Use std::unique_ptr + instead. + Version 2.4.0 * Support for object loading views. Object loading views allow loading of -- cgit v1.1