From c109c425112abd9e17c93ec695505e363aea0da2 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 26 Sep 2016 10:30:36 +0300 Subject: [PATCH] Getting rid of std::allocator and using variadic templates intead. --- base/base_tests/stl_helpers_test.cpp | 24 ++++++++++++------------ base/stl_helpers.hpp | 6 ++---- std/auto_ptr.hpp | 1 - 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/base/base_tests/stl_helpers_test.cpp b/base/base_tests/stl_helpers_test.cpp index 335e7fc515..39b823aa02 100644 --- a/base/base_tests/stl_helpers_test.cpp +++ b/base/base_tests/stl_helpers_test.cpp @@ -20,24 +20,24 @@ private: int m_v; }; -template class Cont> +template