eb130.C: hash_set is now in namespace __gnu_cxx

2001-12-31  Paolo Carlini  <pcarlini@unitus.it>

        * g++.old-deja/g++.robertl/eb130.C: hash_set is now
	in namespace __gnu_cxx

From-SVN: r48427
This commit is contained in:
Paolo Carlini 2001-12-31 16:27:36 +01:00 committed by Paolo Carlini
parent 0de92bd834
commit c49b2550b7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-12-31 Paolo Carlini <pcarlini@unitus.it>
* g++.old-deja/g++.robertl/eb130.C: hash_set is now
in namespace __gnu_cxx
2001-12-30 Richard Henderson <rth@redhat.com>
* gcc.dg/debug-6.c: New.

View File

@ -7,5 +7,5 @@
#include <ext/hash_set>
std::hash_set<int> foo;
__gnu_cxx::hash_set<int> foo;