Commit f76f703f by Alexandre Oliva Committed by Alexandre Oliva

spec24.C: ensure that template specializations start with template headers

	* g++.old-deja/g++.pt/spec24.C: ensure that template
	specializations start with template headers

From-SVN: r23464
parent 5585c1bc
1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.pt/spec24.C: ensure that template
specializations start with template headers
1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br> 1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/dcast2.C: cannot dynamic downcast &x * g++.old-deja/g++.other/dcast2.C: cannot dynamic downcast &x
......
// Build don't link:
template <class T> class A;
// template <>
class A<int>; // ERROR - missing template header - 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