This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hash_map for OpenVMS?


Info IT-BCSB wrote:
> Hello,
>  
> i have a problem and hope you could help me to transport the special
> funktion "hash_map" to the OpenVMS system for a special software. This
> special software was develop on a linux system with the g++ compiler. Now, i
> would like to move this special software to OpenVMS. But OpenVMS has not the
> function "hash_map" :-(((((.
>   
I do not understand. Any installation of g++ includes the standard
library and therefore also the legacy hash_map extension. Note however
that you will find it in namespace __gnu_cxx
, not std, as provided in <ext/hash_map>.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]