From a07a512cfb62e38a760b9b3795d45873fdaaae56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2017 10:24:27 +0200 Subject: Disable auto_ptr in C++11 mode --- cutl/container/any.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cutl/container/any.hxx') diff --git a/cutl/container/any.hxx b/cutl/container/any.hxx index 42fb1eb..ccf30fc 100644 --- a/cutl/container/any.hxx +++ b/cutl/container/any.hxx @@ -9,6 +9,7 @@ #include // std::type_info #include +#include // LIBCUTL_CXX11 namespace cutl { -- cgit v1.1