From d1fb1f85fcf47219c6297cf734a9e8682068a577 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/oracle/database.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'odb/oracle/database.hxx') diff --git a/odb/oracle/database.hxx b/odb/oracle/database.hxx index d4a0410..865ac23 100644 --- a/odb/oracle/database.hxx +++ b/odb/oracle/database.hxx @@ -8,7 +8,6 @@ #include #include -#include // std::auto_ptr, std::unique_ptr #include // std::ostream #include -- cgit v1.1