[ create a new paste ] login | about

Link: http://codepad.org/m7CYnTo6    [ raw code | output | fork ]

C++, pasted on Aug 7:
1
2
3
4
5
template <class A>
struct T
{
   A<int> x;
};


Output:
1
2
Line 4: error: 'A' is not a template
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: