Commit 6f0ef2f4 by Mark Mitchell

Fix test; original version was not the intended one.

From-SVN: r27260
parent f6a7cfd2
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
template <typename X>
struct S : virtual public X
struct S
{
int i;
};
template <typename T>
struct X : virtual public T, virtual public S<T>
struct X : virtual public T, virtual public S
{
int i;
......
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