[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: C++: no hash_map while it is there?



same here; dunno why :(

works with g++-2.95 or if you put
#include <hash_map.h>

again, don't know why!



On Fri, 16 Nov 2001, Shaul Karl wrote:

> [15:50:16 tmp]$ cat main.cc
> #include <hash_map>
>
> int main(void)
> {
>     return 0;
> }
>
>
> [15:50:23 tmp]$ g++-3.0 -Wall -ggdb -o main main.cc
> main.cc:1:20: hash_map: No such file or directory
> [15:50:27 tmp]$ wc /usr/include/g++-3/hash_map
>      40     198    1330 /usr/include/g++-3/hash_map
> [15:51:39 tmp]$
>
>
> Is this reproducible by others? The distro is testing.
>
> It does compile cleanly when replacing <hash_map> with <map> or with
> <hash_map.h>.
>
> --
>
>     Shaul Karl
>     email: shaulka (replace these parenthesis with @) bezeqint,
>            delete the comma and the white space characters and add .net
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
>

Mario O.de Menezes            "Many are the plans in a man's heart, but
    IPEN-CNEN/SP                 is the Lord's purpose that prevails"
http://curiango.ipen.br/~mario                 Prov. 19.21



Reply to: