Commit 7a3f50ed by Alexandre Oliva Committed by Alexandre Oliva

* template2.C: New test.

From-SVN: r27901
parent db7d1c71
1999-07-02 Alexandre Oliva <oliva@dcc.unicamp.br>
* template2.C: New test.
* ns1.C: New test.
1999-07-01 Alexandre Oliva <oliva@dcc.unicamp.br>
......
// Build don't link:
// Copyright (C) 1999 Free Software Foundation
// by Alexandre Oliva <oliva@dcc.unicamp.br>
// based on bug report by Gabriel Dos_Reis <Gabriel.Dos_Reis@sophia.inria.fr>
template <template <typename> class C, typename T> class foo {
typedef typename C<T>::bar bar;
foo(bar);
};
template <template <typename> class C, typename T> foo<C,T>::foo(bar)
{} // gets bogus error - C<T> not a class - XFAIL *-*-*
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