Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
X-Injected-Via-Gmane: http://gmane.org/
Path: not-for-mail
From: "Dylan Cuthbert" <dylan@q-games.com>
Newsgroups: gmane.os.cygwin
Subject: Re: no <hash_map> in gcc 3.1.1-4
Date: Mon, 26 Aug 2002 15:46:27 +0900
Lines: 40
Message-ID: <akcios$pmr$1@main.gmane.org>
References: <1030098550.11671.4.camel@SNCI-PC3-15.grenoble.cnrs.fr>
NNTP-Posting-Host: pppa340.kyoto-ip.dti.ne.jp
Mime-Version: 1.0
Content-Type: text/plain;
	charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit
X-Trace: main.gmane.org 1030344285 26331 210.170.252.90 (26 Aug 2002 06:44:45 GMT)
X-Complaints-To: usenet@main.gmane.org
NNTP-Posting-Date: Mon, 26 Aug 2002 06:44:45 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

We have hash_map here... it is in <ext/hash_map>

its also in an odd namespace - __gnu_cxx for some reason!  __gnu_cxx should
only be used for internal stuff but since 3.0 its also being used for
"extensions" to the stl, I think they should have another namespace for
extensions as its bad for external users to be accessing the __gnu_cxx
namespace directly, especially for such commonly required extensions such as
hash_map.

Regards

---------------------------------
Q-Games, Dylan Cuthbert.
http://www.q-games.com

"Christophe Trophime" <trophime@grenoble.cnrs.fr> wrote in message
news:1030098550.11671.4.camel@SNCI-PC3-15.grenoble.cnrs.fr...
> Hi
> I am trying to port some codes to NT using cygwin.
> I have installed gcc 3.1.1-4 as a cross-compiler on my linux box.
> When compiling it complains about missing <hash_map> header...
> which is not on my "cross compiler include directories" neither on
> NT with latest cygwin and gcc 3.1.1-4?
>
> I think that changing <hash_map> to <hash_map.h> will fix this problem
> but I would appreciate if <hash_map> is included in cygwin gcc 3.1.1-4.
>
> Thanks.
>
>
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

