Commit c296fce5 by Mark Mitchell

Tweak

From-SVN: r22066
parent 21d886ac
...@@ -8,9 +8,9 @@ struct S { ...@@ -8,9 +8,9 @@ struct S {
}; };
template <class T, class U, int I> template <class T, class U, int I>
void f(T, U) S<T,I>::X f(T, U)
{ {
S<T, I>::X(); S<T, I>::X();
} }
template void f<int, double, 3>(int, double); template S<int, double>::X f<int, double, 3>(int, double);
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