This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: hash_map for OpenVMS?
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Info IT-BCSB <info at it-bcsb dot de>
- Cc: gcc at gnu dot org
- Date: Mon, 18 Feb 2008 14:06:56 +0100
- Subject: Re: hash_map for OpenVMS?
- References: <!&!AAAAAAAAAAAYAAAAAAAAAARJwquYZ05Mp6STSDhyfp7CgAAAEAAAAB1sGya3AXtGk4QTEgJPkikBAAAAAA==@it-bcsb.de>
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.