[Libreoffice-commits] core.git: bridges/source

jan Iversen jani at libreoffice.org
Fri Mar 16 08:22:30 UTC 2018


 bridges/source/cpp_uno/gcc3_ios/except.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 09d842887d7fe6bc7854290f8d87c50fa48e6d4e
Author: jan Iversen <jani at libreoffice.org>
Date:   Fri Mar 16 09:21:12 2018 +0100

    iOS, added description of __cxa_throw
    
    Change-Id: I6a537957528a0d2de989b347bde1167e21544236

diff --git a/bridges/source/cpp_uno/gcc3_ios/except.cxx b/bridges/source/cpp_uno/gcc3_ios/except.cxx
index 1d1eeccd97ae..747ebe3d7144 100644
--- a/bridges/source/cpp_uno/gcc3_ios/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_ios/except.cxx
@@ -338,6 +338,9 @@ void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp )
     }
     }
 
+    // void __cxa_throw(void* thrown_exception,
+    //                  struct std::type_info * tinfo,
+    //                  void (*dest)(void*));
     __cxxabiv1::__cxa_throw( pCppExc, rtti, deleteException );
 }
 


More information about the Libreoffice-commits mailing list