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 _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
