diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-11-28 16:37:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-28 17:04:20 +0200 |
commit | f7251d06d8a3eb0f2876566ab115e4b093e1e496 (patch) | |
tree | d58cca2b78ce6a9ad8d18e9d5832c56f74ea9ad5 /bridges/source | |
parent | 22f2d93f1626765b16e390a18a267f9c46dab59c (diff) |
Do like effe6b3d84302afce3d5095e4f376e7e3bf669e0 for iOS, too
Change-Id: I9163e1722f163a04968df292ee8b29d472f9ac4f
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h b/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h index ee7066931bfc..55c922f72caf 100644 --- a/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h +++ b/bridges/source/cpp_uno/gcc3_ios/unwind-cxx.h @@ -73,7 +73,7 @@ struct __cxa_exception // The C++ standard has entertaining rules wrt calling set_terminate // and set_unexpected in the middle of the exception cleanup process. - std::unexpected_handler unexpectedHandler; + void (*unexpectedHandler)(); // std::unexpected_handler dropped from C++17 std::terminate_handler terminateHandler; // The caught exception stack threads through here. |