Commit e9f9c81f by Mark Mitchell Committed by Mark Mitchell

re PR c++/11546 (Type lookup problems in out-of-line definition of a class…

re PR c++/11546 (Type lookup problems in out-of-line definition of a class doubly nested from a template class)

	PR c++/11546
	* g++.dg/template/lookup1.C: New test.

From-SVN: r69602
parent cee89b19
2003-07-19 Mark Mitchell <mark@codesourcery.com>
PR c++/11546
* g++.dg/template/lookup1.C: New test.
2003-07-19 Zack Weinberg <zack@codesourcery.com> 2003-07-19 Zack Weinberg <zack@codesourcery.com>
* gcc.dg/noncompile/label-1.c: New comprehensive test case for * gcc.dg/noncompile/label-1.c: New comprehensive test case for
......
template <class T0>
class A {
public:
class B;
};
template <class T0>
class A<T0>::B {
public:
class C;
};
template <class T0>
class A<T0>::B::C {
public:
A<T0> &a;
};
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