diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-06 18:24:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-06 18:41:42 +0100 |
commit | f1359d1221b335c4856821948f89868f021135eb (patch) | |
tree | 7739703036994becc0ffc5ab0f4f2f1cad6a7888 /config_host | |
parent | 3e79e6584453cb211f75d36a076b588e32f5e980 (diff) |
Make OUStringLiteral more useful
...don't dare make it non-explicit, yet.
Along the way, introduce SAL_CONSTEXPR.
Change-Id: Ia3179d0d5e001fd7aa92237c97437e9b74366ee1
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_global.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in index ee0514267633..a1b8ffa4fcff 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -16,6 +16,7 @@ Any change in this header will cause a rebuild of almost everything. #define HAVE_CXX11_OVERRIDE 0 #define HAVE_CXX11_FINAL 0 #define HAVE_CXX11_PERFECT_FORWARDING 0 +#define HAVE_CXX11_CONSTEXPR 0 #define HAVE_GCC_BUILTIN_ATOMIC 0 /* _Pragma */ #define HAVE_GCC_PRAGMA_OPERATOR 0 |