From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tudor Hulubei To: egcs@cygnus.com Subject: egcs problem Date: Thu, 30 Apr 1998 15:45:00 -0000 Message-id: <13640.65081.734574.27280@hal2.dyn.ml.org> X-SW-Source: 1998-04/msg01191.html Hi, With the latest CVS tree, the following program fails to compile (even though it compiles fine with gcc-2.8.1 and used to compile with previous versions of egcs too. #include #include hash_map h; I get a bunch of errors in the STL headers: In file included from /home/tudor/usr/include/g++/hash_map:31, from /home/tudor/t.cc:1: /home/tudor/usr/include/g++/stl_hashtable.h:593: non-template type `hashtable' used as a template /home/tudor/usr/include/g++/stl_hashtable.h:594: non-template type `hashtable' used as a template .... Hope this helps, Tudor