stl - hash_map on AIX? -
I am porting A program to AX which uses hash_map in many places.
Linux and Solaris are included in the hash_map _gnu_cxx package and stlport.
However, I can not find the hash_map on the Ax platform. anyone know?
>
I think you want & lt; Unordered_map>
The reason for the Ax xlc compiler is that & lt; Hash_map & gt;
is a GCC extension.
You have to change your code to make a few different names (or picks up with the translation layer).
Comments
Post a Comment