Commit a9f7d5a1 by Brendan Kehoe

add error loc for original default arg

From-SVN: r19854
parent ead17059
......@@ -6,7 +6,7 @@ struct S1; // ERROR - previous declaration
template <class T, class U>
struct S1 {}; // ERROR - used 1 template parameter
template <class T = int>
template <class T = int> // ERROR - original def of default
struct S2;
template <class T = int>
......
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