diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-07-04 15:51:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-07-04 23:04:00 +0200 |
commit | a9303d85a4f201a42322e8e4ce5ebe6e6ca728b0 (patch) | |
tree | dd55c9ce5d9d59d92fcc93130316f5a4e96810ea /config_host | |
parent | 8d69ca2d310de2e6275b93b4fd6cd40f05e9e84e (diff) |
Make brittle SortedAutoCompleteStrings ownership handling more explicit
Change-Id: Ieaf2231a84d97528bb1b9a410c4ee0c38966dd27
Reviewed-on: https://gerrit.libreoffice.org/56950
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_global.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in index e0dc1418e9cb..2bb60ca656ac 100644 --- a/config_host/config_global.h.in +++ b/config_host/config_global.h.in @@ -23,4 +23,7 @@ Any change in this header will cause a rebuild of almost everything. /* Compiler supports __attribute__((warn_unused)). */ #define HAVE_GCC_ATTRIBUTE_WARN_UNUSED 0 +/* Guaranteed copy elision (C++17), __cpp_guaranteed_copy_elision (C++2a): */ +#define HAVE_CPP_GUARANTEED_COPY_ELISION 0 + #endif |