Hello, I am in the process of porting C++ libraries to Android that use libsigc++. However I am confused about the support provided in the NDK.
The Stable APIs document states the following: C++ Library: ------------ ... They may not contain all definitions required by the standard. Notably, support for C++ exceptions and RTTI is not available with Android 1.5 system images. The Standalone Toolchain document states this: 5.3 Exceptions, RTTI and STL: - - - - - - - - - - - - - - - The toolchain binaries *do* support C++ exceptions and RTTI by default. Can someone clarify? TIA -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

