From: Paolo Carlini Date: Mon, 31 Dec 2001 15:27:36 +0000 (+0100) Subject: eb130.C: hash_set is now in namespace __gnu_cxx X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c49b2550b76527b191417b4185388ac19e35b8dd;p=gcc.git eb130.C: hash_set is now in namespace __gnu_cxx 2001-12-31 Paolo Carlini * g++.old-deja/g++.robertl/eb130.C: hash_set is now in namespace __gnu_cxx From-SVN: r48427 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f47c334b05e..01f659ff540 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-12-31 Paolo Carlini + + * g++.old-deja/g++.robertl/eb130.C: hash_set is now + in namespace __gnu_cxx + 2001-12-30 Richard Henderson * gcc.dg/debug-6.c: New. diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C index 7e9fc59dd7a..d4aad46ed51 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C @@ -7,5 +7,5 @@ #include -std::hash_set foo; +__gnu_cxx::hash_set foo;