Commit 06315a9a by Mark Mitchell

Remove duplicate parameter name

From-SVN: r27067
parent b8865407
...@@ -11,4 +11,4 @@ void f (P c, kind k) {} ...@@ -11,4 +11,4 @@ void f (P c, kind k) {}
template<class P> template<class P>
void f (P c, P d, kind k) {} void f (P c, P d, kind k) {}
template void f (C c, C c, kind k); template void f (C c, C, kind k);
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