aboutsummaryrefslogtreecommitdiff
path: root/sqlite/types/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/types/test.hxx')
-rw-r--r--sqlite/types/test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlite/types/test.hxx b/sqlite/types/test.hxx
index f642738..fe0b274 100644
--- a/sqlite/types/test.hxx
+++ b/sqlite/types/test.hxx
@@ -7,7 +7,7 @@
#include <set>
#include <string>
#include <vector>
-#include <memory> // std::auto_ptr
+#include <memory> // std::unique_ptr
#include <cstring> // std::memcpy, std::str[n]cmp, std::strlen
#ifdef _WIN32
@@ -16,7 +16,7 @@
#include <odb/core.hxx>
-typedef std::auto_ptr<std::string> string_ptr;
+typedef std::unique_ptr<std::string> string_ptr;
#pragma db object
struct object