Commit c49b2550 by Paolo Carlini Committed by Paolo Carlini

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
parent 0de92bd8
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> 2001-12-30 Richard Henderson <rth@redhat.com>
* gcc.dg/debug-6.c: New. * gcc.dg/debug-6.c: New.
......
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
#include <ext/hash_set> #include <ext/hash_set>
std::hash_set<int> foo; __gnu_cxx::hash_set<int> foo;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment