summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-10 18:22:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-11 15:50:50 +0200
commitfcf015832466f4d902e8aeb1466309a1bc230475 (patch)
tree517808b6262230e30175d1d7a40ddbb822df1c7f /helpcompiler
parent2f1a28cf8fcfdfc369cf91936062c4f942ec03dd (diff)
(Rudimentary) C++11 support is a hard requirement now
Change-Id: I43ed776d52336b822aa6152f0f2a29e39303bb75
Diffstat (limited to 'helpcompiler')
-rw-r--r--helpcompiler/inc/HelpCompiler.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx
index 206130ed6081..b66248e99ce4 100644
--- a/helpcompiler/inc/HelpCompiler.hxx
+++ b/helpcompiler/inc/HelpCompiler.hxx
@@ -20,12 +20,9 @@
#ifndef INCLUDED_HELPCOMPILER_INC_HELPCOMPILER_HXX
#define INCLUDED_HELPCOMPILER_INC_HELPCOMPILER_HXX
-#include <config_global.h>
+#include <sal/config.h>
#include <string>
-#if !HAVE_CXX11
-#define BOOST_NO_0X_HDR_TYPEINDEX
-#endif
#include <boost/unordered_map.hpp>
#include <vector>
#include <list>