From 293c30123235e3c0ed724143234d6494afd2f6c8 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/sqlite/database.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'odb/sqlite/database.hxx') diff --git a/odb/sqlite/database.hxx b/odb/sqlite/database.hxx index f846f9e..cb837b4 100644 --- a/odb/sqlite/database.hxx +++ b/odb/sqlite/database.hxx @@ -10,7 +10,6 @@ #include #include -#include // std::auto_ptr, std::unique_ptr #include // std::ostream #include -- cgit v1.1