eb130.C: hash_set is now in namespace __gnu_cxx
authorPaolo Carlini <pcarlini@unitus.it>
Mon, 31 Dec 2001 15:27:36 +0000 (16:27 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 31 Dec 2001 15:27:36 +0000 (15:27 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.robertl/eb130.C

index f47c334b05ed0434aeb690d6019e34650c103275..01f659ff54043c75902c3a4f49e0d7b3ddd4ca7e 100644 (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.
index 7e9fc59dd7a65e934827596ede1a88f0292a822b..d4aad46ed51df79c51ac076c3b8bcba7b6a5a5a6 100644 (file)
@@ -7,5 +7,5 @@
 
 
 #include <ext/hash_set>
-std::hash_set<int> foo;
+__gnu_cxx::hash_set<int> foo;