diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-28 13:45:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-28 18:48:47 +0100 |
commit | c8e37ef268cae23a92c298721f1493daeda323c2 (patch) | |
tree | 655b38af02b11f1cce1f6f796a6d2ae95cb0d989 /sw | |
parent | 46f091f714f3f29a88c801b1903e229b4a0a79b2 (diff) |
external/libcmis: Falling back to C++03 is too drastic
e.g. when compiling against system libxml2, which in turn includes system
ICU include files, which may use C++11 chart16_t. So assume that -std=gnu++14
is acceptable for any GCC version for which at least on of -std=gnu++17,
-std=gnu++1z, -std=c++17, -std=c++1z is acceptable, and just fall back to C++14.
Change-Id: Id9f07ab4f419e5683f4fb9c9b2d3bdda251cdd1b
Reviewed-on: https://gerrit.libreoffice.org/45409
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
0 files changed, 0 insertions, 0 deletions