aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/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
commitd1fb1f85fcf47219c6297cf734a9e8682068a577 (patch)
treedd012afe7023a56dd8df36949f47aa35bd718a88 /odb/oracle/database.hxx
parent2a7fddcc8b90a3e89db7561a52ac12d896dd2b5f (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/oracle/database.hxx')
-rw-r--r--odb/oracle/database.hxx1
1 files changed, 0 insertions, 1 deletions
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 <odb/pre.hxx>
#include <string>
-#include <memory> // std::auto_ptr, std::unique_ptr
#include <iosfwd> // std::ostream
#include <odb/database.hxx>