I'm porting a program over to gcc, and I get the following error quite a bit:


with this code:

template <typename foo> class A {
public:
typedef int type;
};