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