Hacker News new | ask | show | jobs
by krona 3320 days ago
Historically the Android platform provided only a very minimal C++ runtime support library, with no RTTI or C++ exceptions.
1 comments

STL and exceptions are available since Android NDK Revision 5, released in December 2010, alongside Android 2.3.

https://developer.android.com/ndk/downloads/revision_history...

How can it be historically, when the features are available since almost 7 years?

Um, but the STLport in r5 wasn't compatible with exceptions or RTTI. It says so in CPLUSPLUS-SUPPORT.html
There were other ones to choose from.