help-gplusplus
[Top][All Lists]
Advanced

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

hashtable.h with gcc 3.3.2


From: Christian Christmann
Subject: hashtable.h with gcc 3.3.2
Date: Sat, 09 Apr 2005 17:05:28 +0200

Hi, 

I've a program which I can compile with gcc 2.95.3 without any
problems. Compiling it with gcc 3.3.2 the compiler complains about
"#include <hashtable.h>". I tried to replace it by #include <hashtable>"
but than I get the error message "hashtable: No such file or directory".
Are there any new headers substituting hashtable.h?

n the directory
.../gcc/3.3.2/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/c++/ext 
I found the files:  hash_map, hash_set, stl_hash_fun.h and
stl_hashtable.h. 
Is maybe one of these files the correct one I have to include?

Thank you.

Chris


reply via email to

[Prev in Thread] Current Thread [Next in Thread]