Commit c98927fa by Jason Merrill

fix

From-SVN: r23400
parent 5aa97676
......@@ -17,7 +17,7 @@ template<class E,template<class> class DD = D> class C
int f();
};
template<class E,template<class> class DD = D> int C<E,DD>::f()
template<class E,template<class> class DD> int C<E,DD>::f()
{
DD<E> d2;
return d2.f();
......
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