diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-10 18:22:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-11 15:50:50 +0200 |
commit | fcf015832466f4d902e8aeb1466309a1bc230475 (patch) | |
tree | 517808b6262230e30175d1d7a40ddbb822df1c7f /config_host | |
parent | 2f1a28cf8fcfdfc369cf91936062c4f942ec03dd (diff) |
(Rudimentary) C++11 support is a hard requirement now
Change-Id: I43ed776d52336b822aa6152f0f2a29e39303bb75
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_global.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in index 88b7a1f7a4ff..929e5a0b5b8c 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -12,8 +12,6 @@ Any change in this header will cause a rebuild of almost everything. #ifndef CONFIG_GLOBAL_H #define CONFIG_GLOBAL_H -/* Prefer using a feature-specific check such as HAVE_CXX11_DELETE to the generic HAVE_CXX11. */ -#define HAVE_CXX11 0 #define HAVE_CXX11_DELETE 0 #define HAVE_CXX11_OVERRIDE 0 #define HAVE_CXX11_FINAL 0 |