diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-07 18:13:31 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-07 19:48:16 +0100 |
commit | 49a9d370e6598284c0a337d0f4f7ec329187de53 (patch) | |
tree | 4bc861c85a942bb41f62838744c4218da9288992 /config | |
parent | 1aad4689babec28f47b99666b303ab8bfffc3106 (diff) |
add rtl::OUStringBuffer::append(bool)
The same as 563fa900ba22bf83dfa58e67807ed0337f810576 , but this
time with extra care to not break anything with pointer->bool conversions.
Change-Id: Ifcea840e96da0fbfcf92b54141fb8ef9c5eb94ff
Diffstat (limited to 'config')
-rw-r--r-- | config/config_global.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config_global.h.in b/config/config_global.h.in index a9eb54f68c34..77980d48fde5 100644 --- a/config/config_global.h.in +++ b/config/config_global.h.in @@ -9,6 +9,7 @@ Any change in this header will cause a rebuild of almost everything. */ +#undef HAVE_CXX11_DELETE #undef HAVE_GCC_BUILTIN_ATOMIC #undef HAVE_SFINAE_ANONYMOUS_BROKEN #undef HAVE_THREADSAFE_STATICS |