From 6e374de9ae2f2978f2fca3390aba4ea3f72bfade Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2017 10:37:53 +0200 Subject: Switch to C++11, get rid of auto_ptr use --- odb/context.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/context.hxx') diff --git a/odb/context.hxx b/odb/context.hxx index 7c983fc..103646d 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -13,7 +13,7 @@ #include #include #include -#include // std::auto_ptr +#include // std::unique_ptr #include #include // std::size_t #include @@ -1899,7 +1899,7 @@ private: // Create concrete database context. // -std::auto_ptr +std::unique_ptr create_context (std::ostream&, semantics::unit&, options const&, -- cgit v1.1