aboutsummaryrefslogtreecommitdiff
path: root/cutl/container/any.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-07 10:24:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-07 10:24:27 +0200
commita07a512cfb62e38a760b9b3795d45873fdaaae56 (patch)
tree84680946d8510b8353d4155243aefa8ac1d4011d /cutl/container/any.hxx
parent133604f163cc89639b9dfc1d892b56f0ace15792 (diff)
Disable auto_ptr in C++11 mode
Diffstat (limited to 'cutl/container/any.hxx')
-rw-r--r--cutl/container/any.hxx1
1 files changed, 1 insertions, 0 deletions
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 <typeinfo> // std::type_info
#include <cutl/exception.hxx>
+#include <cutl/details/config.hxx> // LIBCUTL_CXX11
namespace cutl
{