enable c++17 for android again after boost auto_ptr has a workaround
see90d2155912
for boost fix and seeeffe6b3d84
for bridges fix for mac Change-Id: Ic6209ce0927dafd39763ef0b2fabbcaa7abf743f Reviewed-on: https://gerrit.libreoffice.org/46002 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user