mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-19 00:24:43 +08:00
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:
parent
0de92bd834
commit
c49b2550b7
@ -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.
|
||||
|
@ -7,5 +7,5 @@
|
||||
|
||||
|
||||
#include <ext/hash_set>
|
||||
std::hash_set<int> foo;
|
||||
__gnu_cxx::hash_set<int> foo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user