Commit bb740ce9 by Mark Mitchell

New test

From-SVN: r28157
parent a1c6afb0
// Build don't link:
// Origin: Ian Nixon <ian@tharas.com>
struct A {};
template<class M, class T = A, class C> class Tc {}; // ERROR - no defarg
int main ()
{
Tc<int> oops; // ERROR - using template
}
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