aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1998-09-25 22:24:42 -0400
committerJason Merrill <jason@gcc.gnu.org>1998-09-25 22:24:42 -0400
commitfe41d26a25ff7e153593ecc38699926b20144219 (patch)
tree29bff738da83c242b149d91331b5751a38ef194d
parent762d45abc88f2a32726e4908f6e2f0d8725016d1 (diff)
downloadgcc-fe41d26a25ff7e153593ecc38699926b20144219.zip
gcc-fe41d26a25ff7e153593ecc38699926b20144219.tar.gz
gcc-fe41d26a25ff7e153593ecc38699926b20144219.tar.bz2
fix
From-SVN: r22601
-rw-r--r--gcc/testsuite/g++.old-deja/g++.ns/template6.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.ns/template6.C b/gcc/testsuite/g++.old-deja/g++.ns/template6.C
index 3a95485..66fe956 100644
--- a/gcc/testsuite/g++.old-deja/g++.ns/template6.C
+++ b/gcc/testsuite/g++.old-deja/g++.ns/template6.C
@@ -6,7 +6,7 @@ namespace A {
namespace B {
template <class T1,class T2>
- class B {
+ struct B {
static const unsigned count = 0;
template <class ForwardIter>
void SetError(ForwardIter it,const T1& p1,const T2& p2) const { }