[android-developers] C++ exception support confusion
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home