Tweak for slightly different error-output.

From-SVN: r32630
This commit is contained in:
Mark Mitchell 2000-03-19 05:17:20 +00:00
parent a054ab1d0c
commit 3ca3ce41d7
1 changed files with 1 additions and 1 deletions

View File

@ -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