From fc3fb39c90ab7fe5fccbe3f3bc0eb2645157bb96 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 13 Dec 2023 21:57:53 +0300 Subject: Switch to build2 --- common/const-member/test.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'common/const-member/test.hxx') diff --git a/common/const-member/test.hxx b/common/const-member/test.hxx index cf8ba94..ab75c55 100644 --- a/common/const-member/test.hxx +++ b/common/const-member/test.hxx @@ -4,8 +4,6 @@ #ifndef TEST_HXX #define TEST_HXX -#include // HAVE_CXX11 - #include #include #include // std::auto_ptr @@ -103,15 +101,9 @@ struct wrapper #pragma db id unsigned long id; -#ifdef HAVE_CXX11 const std::unique_ptr str; const std::unique_ptr com; const std::unique_ptr> vec; -#else - const std::auto_ptr str; - const std::auto_ptr com; - const std::auto_ptr< const std::vector > vec; -#endif }; #endif // TEST_HXX -- cgit v1.1