aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/database.hxx
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
commit5e72f6ab51d81aa270c758dada394533fad2d0f9 (patch)
tree5bfd7c79543b1e69a665201b31572981ee5bd405 /odb/pgsql/database.hxx
parente4ccdb8dbb909de56e3bb3b9becfd19c0b9c6b6e (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 'odb/pgsql/database.hxx')
-rw-r--r--odb/pgsql/database.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx
index bf77397..28d333b 100644
--- a/odb/pgsql/database.hxx
+++ b/odb/pgsql/database.hxx
@@ -8,7 +8,6 @@
#include <odb/pre.hxx>
#include <string>
-#include <memory> // std::auto_ptr, std::unique_ptr
#include <iosfwd> // std::ostream
#include <odb/database.hxx>