android ndk doesn't have maps

993 Views Asked by At

I am cross compiling my some legacy source code to android , I am using c++ map in my source code .

I am using map to store some object with ID

 map<string, object> ; 
 map<"ls/1/uri/2", test> ;

Since I dont have map support in android ndk can some body suggest which source lib in the Ndk will help avail the same functionality ..

0

There are 0 best solutions below