It does not. We're not quite as emphatic about not having RTTI as we are about not having the STL. But it does add some bloat, and we've come pretty far without it.
While we're at it, exceptions are very unlikey to ever be supported as well. There are too many hard things about mixing code that supports them with code that doesn't, and most of the android code was not written to deal with exceptions. -joe On Wed, Nov 19, 2008 at 6:31 PM, rd.jones <[EMAIL PROTECTED]> wrote: > > Does bionic's C++ library support RTTI (eg. for dynamic_cast)? I did > not see anything in the CAVEATS file about RTTI. Then again, I didn't > see anything about the lack of STL support either, but found out the > hard way. Thanks! > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
