Using STL on different platforms

Hey,

I remember that I read a while ago that STL is can not be used with android NDK.
Are there any problems I should expect when using STL on the platforms android or ios?

Thanks!
Nathan

I remember that since ndk r5 or r6, stl is available in android official release. So don’t worry about this case.

Ah, good to know!
Thanks!