Remove duplicate parameter name
From-SVN: r27067
This commit is contained in:
parent
b886540796
commit
06315a9a89
@ -11,4 +11,4 @@ void f (P c, kind k) {}
|
||||
template<class P>
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user