Commit 3ca3ce41 by Mark Mitchell

Tweak for slightly different error-output.

From-SVN: r32630
parent a054ab1d
......@@ -4,7 +4,7 @@ template <class T>
struct S1 {};
template <class T>
void f(T);
void f(T); // ERROR - original declaration.
template <class C>
struct S2
......
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