aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-06-15 18:50:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-06-15 18:50:51 +0200
commitadd30617d6f2bf89d197ca7cbc87956c85283afe (patch)
tree9a22b880106baf4d2e62397d270408155eb2d71b /NEWS
parentfd6249f4d39eb4dd4f6bb625924cd69d191f875e (diff)
Get rid of C++11 deprecation warnings for auto_ptr, exception specs
In particular, std::auto_ptr is no longer mapped in C++11.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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