Kaydet (Commit) 63860c39 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

enable c++17 for android again after boost auto_ptr has a workaround

see 90d21559 for boost fix and
see effe6b3d for bridges fix for mac

Change-Id: Ic6209ce0927dafd39763ef0b2fabbcaa7abf743f
Reviewed-on: https://gerrit.libreoffice.org/46002Reviewed-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 3486d084
......@@ -67,7 +67,7 @@ namespace __cxxabiv1 {
std::type_info *exceptionType;
void (*exceptionDestructor)(void *);
std::unexpected_handler unexpectedHandler;
void (*unexpectedHandler)(); // std::unexpected_handler dropped from C++17
std::terminate_handler terminateHandler;
__cxa_exception *nextException;
......
......@@ -45,7 +45,7 @@ struct __cxa_exception
std::type_info *exceptionType;
void (*exceptionDestructor)(void *);
std::unexpected_handler unexpectedHandler;
void (*unexpectedHandler)(); // std::unexpected_handler dropped from C++17
std::terminate_handler terminateHandler;
__cxa_exception *nextException;
......
......@@ -8,5 +8,4 @@
--without-export-validation
--without-helppack-integration
--without-junit
--disable-c++17
--disable-largefile
......@@ -8,5 +8,4 @@
--without-export-validation
--without-helppack-integration
--without-junit
--disable-c++17
--disable-largefile
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment