summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-06-13 18:41:41 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-06-13 20:08:16 +0200
commitd7ae9f7743d946845a8379e2fb47666f124e2c87 (patch)
treeb46508ac54c0e7fdc878be720fdac3fbd983264d /include/osl
parent5fcd67d436d3a3a0f5332b5a5078e135e40c898b (diff)
rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config header
Change-Id: Id13e77fe890301a8510952994a91853568a7aea6
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/diagnose.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index bbf1fa7231c4..c7a6aa827f38 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -24,7 +24,9 @@
#include <functional>
#include <typeinfo>
-#ifndef HAVE_CXX0X
+#include <config_global.h>
+
+#if !HAVE_CXX11
#define BOOST_NO_0X_HDR_TYPEINDEX
#endif
#include "boost/unordered_set.hpp"