aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler
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/compiler
parent133604f163cc89639b9dfc1d892b56f0ace15792 (diff)
Disable auto_ptr in C++11 mode
Diffstat (limited to 'cutl/compiler')
-rw-r--r--cutl/compiler/code-stream.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx
index 4b79244..1d4cff4 100644
--- a/cutl/compiler/code-stream.hxx
+++ b/cutl/compiler/code-stream.hxx
@@ -5,7 +5,6 @@
#ifndef CUTL_COMPILER_CODE_STREAM_HXX
#define CUTL_COMPILER_CODE_STREAM_HXX
-#include <memory> // std::auto_ptr
#include <ostream>
#include <cutl/exception.hxx>