diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-12 16:13:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-12 17:52:31 +0200 |
commit | d72c1f1f0a906c4db8d9a74dd3f252a8137fd781 (patch) | |
tree | 42bcf3abafb89f4734f3a011a0eab6783a521030 /config_host | |
parent | ba45d25420ea0692db78677d6e994dfaaf295604 (diff) |
HAVE_CXX11_PERFECT_FORWARDING is required on all supported toolchains
Change-Id: I8f4d7f8ebdfa0fb2c5a8efc676d1f66876b6daa9
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_global.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in index bd099674a341..72e3f3c9814d 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -12,7 +12,6 @@ Any change in this header will cause a rebuild of almost everything. #ifndef CONFIG_GLOBAL_H #define CONFIG_GLOBAL_H -#define HAVE_CXX11_PERFECT_FORWARDING 0 #define HAVE_CXX11_CONSTEXPR 0 #define HAVE_CXX14_CONSTEXPR 0 #define HAVE_CXX14_SIZED_DEALLOCATION 0 |