二 : 第三方 c++ stl for ndk ;使ndk徹底支持c++ 模板塊特性
NDK r5 add a lot of useful features
but without C++ exceptions or RTTI,
I still prefer CrystaX r4 version for my code.
Any plan to improve NDK r5 ? Thanks
I would like to second that. While r5 does support C++ exceptions, they don't actually work on API level 3 (Android 1.5), while the crystax r4 version works there. So crystax r5 would make sense.
Yes, r5 version of crystax NDK will be released soon. It will contain many improvements such as wcharsupport and more smooth C++ support.
First (experimental) build with enabled wchar_t support is uploaded to http://www.crystax.net/data/android-ndk-r5-crystax.tar.bz2. This archive contains both Windows and Linux binaries so can be used on both platforms; Darwin binaries are not ready yet. I don't publish it on main page because it's not ready to release yet; however, many peoples could start use it and report issues.