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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -