summaryrefslogtreecommitdiff
path: root/include/osl
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 /include/osl
parent2f1a28cf8fcfdfc369cf91936062c4f942ec03dd (diff)
(Rudimentary) C++11 support is a hard requirement now
Change-Id: I43ed776d52336b822aa6152f0f2a29e39303bb75
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/diagnose.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index 04eb986282a7..e93573a49425 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -26,11 +26,6 @@
#include <functional>
#include <typeinfo>
-#include <config_global.h>
-
-#if !HAVE_CXX11
-#define BOOST_NO_0X_HDR_TYPEINDEX
-#endif
#include <boost/unordered_set.hpp>
#include <osl/diagnose.h>
#include <osl/interlck.h>